repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git]
/
llvm
/
tools
/
llvm-debuginfod-find
/
CMakeLists.txt
blob
e6badb5357f4073e75b7e21d05e50b84e6815beb
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()