Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add NO_DEFAULT_PATH for llvm-mc, llvm-dis, clang-offload-bundler
Found in QA image, where LLVM is installed, but rocm-llvm-dev is not. `/usr/bin/llvm-dis` and `/opt/rocm/llvm/bin/llvm-mc` were being used to build the `llvm_ir_to_executable` example. This version mismatch results in a build failure. Adding `NO_DEFAULT_PATH` to only search for these programs in the specified paths. ${ROCM_PATH}, for example. Signed-off-by: David Galiffi <[email protected]>
- Loading branch information