summaryrefslogtreecommitdiffstats
path: root/openmp
diff options
context:
space:
mode:
authorprotze@itc.rwth-aachen.de <protze@itc.rwth-aachen.de>2019-11-22 15:25:22 +0100
committerprotze@itc.rwth-aachen.de <protze@itc.rwth-aachen.de>2019-11-22 15:25:43 +0100
commit6b2431e0c2af0fd01f86d162330ac0b66bc0f2e5 (patch)
tree841a23a1160de79ab01bb9b9ac21f5f834a235a9 /openmp
parentcb15ba84fe7ca289ae561b0e770e7219da40e807 (diff)
downloadbcm5719-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.txt5
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
OpenPOWER on IntegriCloud