blob: 40e09aff180310984b30a1bc5102260aef35b8e6 [file] [log] [blame]
set(LLVM_TARGET_DEFINITIONS Options.td)
tablegen(LLVM Options.inc -gen-opt-parser-defs)
add_public_tablegen_target(DwarfutilTableGen)
set(LLVM_LINK_COMPONENTS
AllTargetsCodeGens
AllTargetsDescs
AllTargetsInfos
CodeGenTypes
DWARFLinker
DebugInfoDWARF
MC
ObjCopy
Object
Option
Support
Target
TargetParser
)
add_llvm_tool(llvm-dwarfutil
llvm-dwarfutil.cpp
DebugInfoLinker.cpp
DEPENDS
intrinsics_gen
${tablegen_deps}
)