[InstCombine] Signed saturation patterns
[llvm-complete.git] / unittests / TextAPI / CMakeLists.txt
blob775ec2f1d1e886967f3cb31bc1392bda670ace0d
1 set(LLVM_LINK_COMPONENTS
2   TextAPI
5 add_llvm_unittest(TextAPITests
6   ELFYAMLTest.cpp
7   TextStubV1Tests.cpp
8   TextStubV2Tests.cpp
9   TextStubV3Tests.cpp
10   TextStubV4Tests.cpp
13 target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)