[Openmp-commits] [openmp] [OpenMP][Fix] libomptarget Fortran tests (PR #74543)
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Mon Dec 18 07:20:43 PST 2023
================
@@ -136,7 +140,7 @@ else: # Unices
if config.cuda_libdir:
config.test_flags += " -Wl,-rpath," + config.cuda_libdir
if config.libomptarget_current_target.startswith('nvptx'):
- config.test_flags += " --libomptarget-nvptx-bc-path=" + config.library_dir + '/DeviceRTL'
----------------
shiltian wrote:
I think the leading whitespace needs to stay in case `config.test_flags_clang` is not empty.
https://github.com/llvm/llvm-project/pull/74543
More information about the Openmp-commits
mailing list