mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
dcc3a2742e
This makes the target name consistent with how all the other unit tests are named. Differential Revision: https://reviews.llvm.org/D56216 llvm-svn: 350339
10 lines
153 B
CMake
10 lines
153 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
TextAPI
|
|
)
|
|
|
|
add_llvm_unittest(TextAPITests
|
|
ELFYAMLTest.cpp
|
|
)
|
|
|
|
target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)
|