[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / unittests / TextAPI / CMakeLists.txt
blobd575d57610b96e7443abf8a41966900a4978ebf0
1 set(LLVM_LINK_COMPONENTS
2   TextAPI
5 add_llvm_unittest(TextAPITests
6   TextStubV1Tests.cpp
7   TextStubV2Tests.cpp
8   TextStubV3Tests.cpp
9   TextStubV4Tests.cpp
12 target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)