brintos

brintos / llvm-project-archived public Read only

0
0
Text · 526 B · 8833592 Raw
32 lines · plain
1set(LLVM_TARGET_DEFINITIONS Options.td)2tablegen(LLVM Options.inc -gen-opt-parser-defs)3add_public_tablegen_target(DwarfutilTableGen)4 5set(LLVM_LINK_COMPONENTS6  AllTargetsCodeGens7  AllTargetsDescs8  AllTargetsInfos9  CodeGenTypes10  DWARFLinker11  DWARFLinkerClassic12  DWARFLinkerParallel13  DebugInfoDWARF14  DebugInfoDWARFLowLevel15  MC16  ObjCopy17  Object18  Option19  Support20  Target21  TargetParser22  )23 24add_llvm_tool(llvm-dwarfutil25  llvm-dwarfutil.cpp26  DebugInfoLinker.cpp27 28  DEPENDS29  intrinsics_gen30  ${tablegen_deps}31  )32