Skip to content

Commit

Permalink
[OpenMP][Tool] disable archer tests in standalone build
Browse files Browse the repository at this point in the history
Will be enabled after Build-Bots are fixed
  • Loading branch information
jprotze committed Nov 22, 2019
1 parent cb15ba8 commit 6b2431e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openmp/tools/archer/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b2431e

Please sign in to comment.