Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use find_program to find llvm-config (intel#500)
llvm-config may have a different name in the default path, see intel#497. On Ubuntu 22.04, * https://apt.llvm.org/llvm.sh installs llvm-config-{VERSION} to /usr/bin folder. It is a symlink to /usr/lib/llvm-{VERSION}/bin/llvm-config. * If latest llvm is built from source, the name is /usr/local/bin/llvm-config. (cherry picked from commit 8304021)
- Loading branch information