mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
cd2fbbf9fc
Original Patch broke for compilations w/ gcc and exposed asan fail. This reland repairs those bugs. Differential Revision: https://reviews.llvm.org/D67529 llvm-svn: 374277
14 lines
241 B
CMake
14 lines
241 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
TextAPI
|
|
)
|
|
|
|
add_llvm_unittest(TextAPITests
|
|
ELFYAMLTest.cpp
|
|
TextStubV1Tests.cpp
|
|
TextStubV2Tests.cpp
|
|
TextStubV3Tests.cpp
|
|
TextStubV4Tests.cpp
|
|
)
|
|
|
|
target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)
|