[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / unittests / Debuginfod / CMakeLists.txt
blob967ea79bbf5c77a76d44a8a3121cd98baa3a0fec
1 set(LLVM_LINK_COMPONENTS
2   Debuginfod
3   )
5 add_llvm_unittest(DebuginfodTests
6   HTTPClientTests.cpp
7   DebuginfodTests.cpp
8   )
10 target_link_libraries(DebuginfodTests PRIVATE LLVMTestingSupport)