We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9030e7d commit 48560e2Copy full SHA for 48560e2
openmp/libomptarget/test/lit.cfg
@@ -114,7 +114,7 @@ else: # Unices
114
config.test_flags += " -Wl,-rpath," + config.llvm_lib_directory
115
if config.cuda_libdir:
116
config.test_flags += " -Wl,-rpath," + config.cuda_libdir
117
- if config.libomptarget_current_target.startswith('amdgcn'):
+ if config.libomptarget_current_target.startswith('nvptx'):
118
config.test_flags += " --libomptarget-nvptx-bc-path=" + config.library_dir
119
if config.libomptarget_current_target.endswith('-LTO'):
120
config.test_flags += " -foffload-lto"
0 commit comments