[Openmp-commits] [PATCH] D82516: [openmp] Use config.test_extra_flags in archer and multiplex tests
Wenlei He via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jun 25 12:29:40 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1eaebe192f08: [openmp] Use config.test_extra_flags in archer and multiplex tests (authored by zhuhan0, committed by wenlei).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82516/new/
https://reviews.llvm.org/D82516
Files:
openmp/tools/archer/tests/lit.cfg
openmp/tools/multiplex/tests/lit.cfg
Index: openmp/tools/multiplex/tests/lit.cfg
===================================================================
--- openmp/tools/multiplex/tests/lit.cfg
+++ openmp/tools/multiplex/tests/lit.cfg
@@ -47,7 +47,8 @@
" -L " + config.omp_library_dir + \
" -I " + config.ompt_print_callback_dir + \
" -Wl,-rpath," + config.omp_library_dir + \
- " " + config.test_openmp_flags
+ " " + config.test_openmp_flags + \
+ " " + config.test_extra_flags
# Allow XFAIL to work
config.target_triple = [ ]
Index: openmp/tools/archer/tests/lit.cfg
===================================================================
--- openmp/tools/archer/tests/lit.cfg
+++ openmp/tools/archer/tests/lit.cfg
@@ -46,7 +46,8 @@
" -I " + config.omp_header_dir + \
" -L " + config.omp_library_dir + \
" -Wl,-rpath," + config.omp_library_dir + \
- " " + config.test_archer_flags
+ " " + config.test_archer_flags + \
+ " " + config.test_extra_flags
config.archer_flags = "-g -O1 -fsanitize=thread"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82516.273483.patch
Type: text/x-patch
Size: 1013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200625/2d3f0461/attachment.bin>
More information about the Openmp-commits
mailing list