Skip to content

Commit

Permalink
Merged master:6b2431e0c2a into amd-gfx:fb843514f54
Browse files Browse the repository at this point in the history
Local branch amd-gfx fb84351 Merged master:cb15ba84fe7 into amd-gfx:2c47006251b
Remote branch master 6b2431e [OpenMP][Tool] disable archer tests in standalone build
  • Loading branch information
Sw authored and Sw committed Nov 22, 2019
2 parents fb84351 + 6b2431e commit 28ca29a
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 28ca29a

Please sign in to comment.