brintos

brintos / llvm-project-archived public Read only

0
0
Text · 536 B · 39da11f Raw
22 lines · plain
1set(LLVM_LINK_COMPONENTS2  Option3  Object4  Support5  )6set(LLVM_TARGET_DEFINITIONS Opts.td)7tablegen(LLVM Opts.inc -gen-opt-parser-defs)8add_public_tablegen_target(DebugInfodFindOptsTableGen)9 10add_llvm_tool(llvm-debuginfod-find11  llvm-debuginfod-find.cpp12  DEPENDS13  DebugInfodFindOptsTableGen14  GENERATE_DRIVER15  )16if(NOT LLVM_TOOL_LLVM_DRIVER_BUILD)17  target_link_libraries(llvm-debuginfod-find PRIVATE LLVMDebuginfod)18endif()19if(LLVM_INSTALL_BINUTILS_SYMLINKS)20  add_llvm_tool_symlink(debuginfod-find llvm-debuginfod-find)21endif()22