[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / tools / llvm-ifs / CMakeLists.txt
blob5a0cfb91383815d81ea518e27035d6c7f8b021a4
1 set(LLVM_LINK_COMPONENTS
2   BinaryFormat
3   InterfaceStub  
4   Object
5   Support
6   TextAPI
7   ObjectYAML
8   )
10 add_llvm_tool(llvm-ifs
11   ErrorCollector.cpp
12   llvm-ifs.cpp
13   )