File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -140,13 +140,9 @@ else: # Unices
140
140
if config .cuda_libdir :
141
141
config .test_flags += " -Wl,-rpath," + config .cuda_libdir
142
142
if config .libomptarget_current_target .startswith ('nvptx' ):
143
- < << << << HEAD
144
- config .test_flags += " --libomptarget-nvptx-bc-path=" + config .library_dir + '/DeviceRTL'
143
+ config .test_flags_clang += " --libomptarget-nvptx-bc-path=" + config .library_dir + '/DeviceRTL'
145
144
if config .libomptarget_current_target .endswith ('-oldDriver' ):
146
145
config .test_flags += " -fno-openmp-new-driver"
147
- == == == =
148
- config .test_flags_clang += " --libomptarget-nvptx-bc-path=" + config .library_dir + '/DeviceRTL'
149
- > >> >> >> 12250 c4092b9f8fd043b37cbb73555706a4a412b
150
146
if config .libomptarget_current_target .endswith ('-LTO' ):
151
147
config .test_flags += " -foffload-lto"
152
148
if config .libomptarget_current_target .endswith ('-JIT-LTO' ) and evaluate_bool_env (
You can’t perform that action at this time.
0 commit comments