mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
1ffad17301
Summary: This format introduces new features and platforms The motivation for this format is to support more than 1 platform since previous versions only supported additional architectures and 1 platform, for example ios + ios-simulator and macCatalyst. Reviewers: ributzka, steven_wu Reviewed By: ributzka Subscribers: mgorny, hiraditya, mgrang, dexonsmith, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D67529 llvm-svn: 374058
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)
|