blob: 924b7a2e5f34ec6dc33cd285554cce963154b4bf [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
TextAPI
)
add_llvm_unittest(TextAPITests
ELFYAMLTest.cpp
TextStubV1Tests.cpp
TextStubV2Tests.cpp
)
target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)