[OpenMP][Tool] disable archer tests in standalone build

Will be enabled after Build-Bots are fixed
This commit is contained in:
protze@itc.rwth-aachen.de 2019-11-22 15:25:22 +01:00
parent cb15ba84fe
commit 6b2431e0c2
1 changed files with 5 additions and 0 deletions

View File

@ -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