diff options
| author | protze@itc.rwth-aachen.de <protze@itc.rwth-aachen.de> | 2019-11-22 15:25:22 +0100 |
|---|---|---|
| committer | protze@itc.rwth-aachen.de <protze@itc.rwth-aachen.de> | 2019-11-22 15:25:43 +0100 |
| commit | 6b2431e0c2af0fd01f86d162330ac0b66bc0f2e5 (patch) | |
| tree | 841a23a1160de79ab01bb9b9ac21f5f834a235a9 /openmp | |
| parent | cb15ba84fe7ca289ae561b0e770e7219da40e807 (diff) | |
| download | bcm5719-llvm-6b2431e0c2af0fd01f86d162330ac0b66bc0f2e5.tar.gz bcm5719-llvm-6b2431e0c2af0fd01f86d162330ac0b66bc0f2e5.zip | |
[OpenMP][Tool] disable archer tests in standalone build
Will be enabled after Build-Bots are fixed
Diffstat (limited to 'openmp')
| -rw-r--r-- | openmp/tools/archer/tests/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openmp/tools/archer/tests/CMakeLists.txt b/openmp/tools/archer/tests/CMakeLists.txt index 4f70b1a826d..332f3a8b022 100644 --- a/openmp/tools/archer/tests/CMakeLists.txt +++ b/openmp/tools/archer/tests/CMakeLists.txt @@ -2,6 +2,11 @@ include(CheckFunctionExists) include(CheckLibraryExists) +if (OPENMP_STANDALONE_BUILD) + return () +endif () + + # When using libgcc, -latomic may be needed for atomics # (but when using compiler-rt, the atomics will be built-in) # Note: we can not check for __atomic_load because clang treats it |

