Skip to content

Commit

Permalink
Disable DynamicLibraryTests when using LLVM_INTEGRATED_CRT_ALLOC (PR4…
Browse files Browse the repository at this point in the history
…7881)
  • Loading branch information
zmodem committed Oct 16, 2020
1 parent 83ae625 commit 95fb354
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion llvm/unittests/Support/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,7 @@ endif()
# ManagedStatic.cpp uses <pthread>.
target_link_libraries(SupportTests PRIVATE LLVMTestingSupport ${LLVM_PTHREAD_LIB})

add_subdirectory(DynamicLibrary)
if(NOT LLVM_INTEGRATED_CRT_ALLOC)
# The test doesn't pass when using a custom allocator, PR47881.
add_subdirectory(DynamicLibrary)
endif()

0 comments on commit 95fb354

Please sign in to comment.