blob: a0455604c04cc7033fc2f1c068ee5b74e059441a [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
Symbolize
)
add_llvm_tool(llvm-debuginfod-find
llvm-debuginfod-find.cpp
)
target_link_libraries(llvm-debuginfod-find PRIVATE LLVMDebuginfod)
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
add_llvm_tool_symlink(debuginfod-find llvm-debuginfod-find)
endif()