Skip to content
  • Geoffrey Mainland's avatar
    Fix autoconf code to find LLVM tools. · cdae6654
    Geoffrey Mainland authored
    The loop exit condition was testing ${LLC} instead of $1, which was
    incorrect. While I'm here, quote the path being tested since it may contain
    spaces (e.g. on Windows), and don't search paths that don't exist, which
    eliminates un-useful error messages from find.
    cdae6654