Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / tools / llvm-debuginfod-find / CMakeLists.txt
blobb98c431c1839bb359487254a9818d29b71913950
1 set(LLVM_LINK_COMPONENTS
2   Object
3   Support
4   )
5 add_llvm_tool(llvm-debuginfod-find
6   llvm-debuginfod-find.cpp
7   )
8 target_link_libraries(llvm-debuginfod-find PRIVATE LLVMDebuginfod)
9 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
10   add_llvm_tool_symlink(debuginfod-find llvm-debuginfod-find)
11 endif()