Skip to content

Commit

Permalink
[ORC] Remove a workaround for systems lacking 8-byte atomics.
Browse files Browse the repository at this point in the history
SymbolStringPool ref counts are now size_t, rather than uint64_t, so I do not
think this is necessary any more.

llvm-svn: 340704
  • Loading branch information
lhames committed Aug 26, 2018
1 parent 6051158 commit 5fdb817
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,4 @@ add_llvm_unittest(OrcJITTests
SymbolStringPoolTest.cpp
)

set(ORC_JIT_TEST_LIBS ${LLVM_PTHREAD_LIB})
if(NOT HAVE_CXX_ATOMICS64_WITHOUT_LIB)
list(APPEND ORC_JIT_TEST_LIBS atomic)
endif()

target_link_libraries(OrcJITTests PRIVATE ${ORC_JIT_TEST_LIBS})

0 comments on commit 5fdb817

Please sign in to comment.