Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OpenMP] Fix --libomptarget-nvptx-bc-path in tests
After D151324, which landed as 349c0aa, many libomptarget non-LTO nvptx64 tests fail with errors like: ``` clang: error: bitcode library '/tmp/llvm-project/build/runtimes/runtimes-bins/openmp/libomptarget/libomptarget-nvptx-sm_70.bc' does not exist ``` This patch updates the bc path. Reviewed By: jhuber6 Differential Revision: https://reviews.llvm.org/D152462
- Loading branch information