We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176c341 commit 0cdaadfCopy full SHA for 0cdaadf
openmp/libomptarget/test/lit.cfg
@@ -247,7 +247,7 @@ for libomptarget_target in config.libomptarget_all_targets:
247
"%clang-" + libomptarget_target + add_libraries(" %s -o %t")))
248
config.substitutions.append(("%libomptarget-compile-fortran-" + \
249
libomptarget_target, \
250
- "%flang-" + libomptarget_target + " %s -o %t"))
+ "%flang-" + libomptarget_target + add_libraries(" %s -o %t")))
251
config.substitutions.append(("%libomptarget-compileoptxx-run-and-check-" + \
252
253
"%libomptarget-compileoptxx-and-run-" + libomptarget_target + \
0 commit comments