[Openmp-commits] [PATCH] D115150: [openmp] Run tests on both runtimes, independent of the default
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Dec 6 08:41:58 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa2b3b4dadc00: [openmp] Run tests on both runtimes, independent of the default (authored by JonChesterfield).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115150/new/
https://reviews.llvm.org/D115150
Files:
openmp/libomptarget/test/lit.cfg
Index: openmp/libomptarget/test/lit.cfg
===================================================================
--- openmp/libomptarget/test/lit.cfg
+++ openmp/libomptarget/test/lit.cfg
@@ -104,6 +104,8 @@
config.test_flags += " --libomptarget-nvptx-bc-path=" + config.library_dir
if config.libomptarget_current_target.endswith('-newRTL'):
config.test_flags += " -fopenmp-target-new-runtime"
+ else:
+ config.test_flags += " -fno-openmp-target-new-runtime"
# substitutions
# - for targets that exist in the system create the actual command.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115150.392085.patch
Type: text/x-patch
Size: 574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20211206/943a14f1/attachment.bin>
More information about the Openmp-commits
mailing list