From: protze@itc.rwth-aachen.de Date: Fri, 22 Nov 2019 14:25:22 +0000 (+0100) Subject: [OpenMP][Tool] disable archer tests in standalone build X-Git-Tag: llvmorg-11-init~3617 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b2431e0c2af0fd01f86d162330ac0b66bc0f2e5;p=platform%2Fupstream%2Fllvm.git [OpenMP][Tool] disable archer tests in standalone build Will be enabled after Build-Bots are fixed --- diff --git a/openmp/tools/archer/tests/CMakeLists.txt b/openmp/tools/archer/tests/CMakeLists.txt index 4f70b1a..332f3a8 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