diff options
| author | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2018-09-05 07:26:00 +0000 |
|---|---|---|
| committer | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2018-09-05 07:26:00 +0000 |
| commit | f27dcf01d2ee999d82fb6f2a2db3d278c6493909 (patch) | |
| tree | 7954129d2b24f75a2ed7fa623030ff722c85f05f /openmp/runtime/test | |
| parent | fbc59d92e6af968a8efd5f62fe51a60ee91d9478 (diff) | |
| download | bcm5719-llvm-f27dcf01d2ee999d82fb6f2a2db3d278c6493909.tar.gz bcm5719-llvm-f27dcf01d2ee999d82fb6f2a2db3d278c6493909.zip | |
[libomptaret][test] Announce compiler features
This is a follow-up to r341371: The new test for PR38704 doesn't
work with Clang 6.0. It uses an UNSUPPORTED: clang-6, but that
hasn't worked because the compiler features weren't known to lit.
llvm-svn: 341448
Diffstat (limited to 'openmp/runtime/test')
| -rw-r--r-- | openmp/runtime/test/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/lit.cfg b/openmp/runtime/test/lit.cfg index e4561ebc30b..9f0c059d43c 100644 --- a/openmp/runtime/test/lit.cfg +++ b/openmp/runtime/test/lit.cfg @@ -54,7 +54,7 @@ if config.has_libm: if config.has_libatomic: libs += " -latomic" -# Allow XFAIL to work +# Allow REQUIRES / UNSUPPORTED / XFAIL to work config.target_triple = [ ] for feature in config.test_compiler_features: config.available_features.add(feature) |

