[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / tools / llvm-debuginfod-find / CMakeLists.txt
blobe6badb5357f4073e75b7e21d05e50b84e6815beb
1 set(LLVM_LINK_COMPONENTS
2   Debuginfod
3   Support
4   )
5 add_llvm_tool(llvm-debuginfod-find
6   llvm-debuginfod-find.cpp
7   )
8 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
9   add_llvm_tool_symlink(debuginfod-find llvm-debuginfod-find)
10 endif()