Skip to content

Commit 33707fe

Browse files
authored
Omited resolution change (intel#12238)
1 parent 297704c commit 33707fe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

openmp/libomptarget/test/lit.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,9 @@ else: # Unices
140140
if config.cuda_libdir:
141141
config.test_flags += " -Wl,-rpath," + config.cuda_libdir
142142
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'
145144
if config.libomptarget_current_target.endswith('-oldDriver'):
146145
config.test_flags += " -fno-openmp-new-driver"
147-
=======
148-
config.test_flags_clang += " --libomptarget-nvptx-bc-path=" + config.library_dir + '/DeviceRTL'
149-
>>>>>>> 12250c4092b9f8fd043b37cbb73555706a4a412b
150146
if config.libomptarget_current_target.endswith('-LTO'):
151147
config.test_flags += " -foffload-lto"
152148
if config.libomptarget_current_target.endswith('-JIT-LTO') and evaluate_bool_env(

0 commit comments

Comments
 (0)