forked from OSchip/llvm-project
Disable DynamicLibraryTests when using LLVM_INTEGRATED_CRT_ALLOC (PR47881)
This commit is contained in:
parent
83ae625f0c
commit
95fb3542e8
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue