-
Notifications
You must be signed in to change notification settings - Fork 46
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 (#139)
* 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
1 parent
77f3beb
commit 1f02d80
Showing
3 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters