summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/test/lit.cfg')
-rw-r--r--openmp/runtime/test/lit.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/openmp/runtime/test/lit.cfg b/openmp/runtime/test/lit.cfg
index 1d050c459d8..6316ae7481b 100644
--- a/openmp/runtime/test/lit.cfg
+++ b/openmp/runtime/test/lit.cfg
@@ -55,6 +55,7 @@ if config.has_libatomic:
libs += " -latomic"
# Allow REQUIRES / UNSUPPORTED / XFAIL to work
+config.target_triple = [ ]
for feature in config.test_compiler_features:
config.available_features.add(feature)
OpenPOWER on IntegriCloud