forked from OSchip/llvm-project
[OpenMP][Tool] disable archer tests in standalone build
Will be enabled after Build-Bots are fixed
This commit is contained in:
parent
cb15ba84fe
commit
6b2431e0c2
|
@ -2,6 +2,11 @@
|
||||||
include(CheckFunctionExists)
|
include(CheckFunctionExists)
|
||||||
include(CheckLibraryExists)
|
include(CheckLibraryExists)
|
||||||
|
|
||||||
|
if (OPENMP_STANDALONE_BUILD)
|
||||||
|
return ()
|
||||||
|
endif ()
|
||||||
|
|
||||||
|
|
||||||
# When using libgcc, -latomic may be needed for atomics
|
# When using libgcc, -latomic may be needed for atomics
|
||||||
# (but when using compiler-rt, the atomics will be built-in)
|
# (but when using compiler-rt, the atomics will be built-in)
|
||||||
# Note: we can not check for __atomic_load because clang treats it
|
# Note: we can not check for __atomic_load because clang treats it
|
||||||
|
|
Loading…
Reference in New Issue