[ARM] MVE big endian loads/stores
[llvm-complete.git] / unittests / TextAPI / CMakeLists.txt
blob924b7a2e5f34ec6dc33cd285554cce963154b4bf
1 set(LLVM_LINK_COMPONENTS
2   TextAPI
5 add_llvm_unittest(TextAPITests
6   ELFYAMLTest.cpp
7   TextStubV1Tests.cpp
8   TextStubV2Tests.cpp
11 target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)