summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/TextAPI/CMakeLists.txt
blob: d7208b2b060fa06fdff4387b9bb05e4d0e146e23 (plain)
1
2
3
4
5
6
7
8
9
set(LLVM_LINK_COMPONENTS
  TextAPI
)

add_llvm_unittest(TextAPITests
  ELFYAMLTest.cpp
)

target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)
OpenPOWER on IntegriCloud