[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / tools / llvm-dwarfutil / CMakeLists.txt
blob99af9cd39f5ced5f0f07eb895681c00ff3dd3f5b
1 set(LLVM_TARGET_DEFINITIONS Options.td)
2 tablegen(LLVM Options.inc -gen-opt-parser-defs)
3 add_public_tablegen_target(DwarfutilTableGen)
5 set(LLVM_LINK_COMPONENTS
6   DebugInfoDWARF
7   DWARFLinker
8   MC
9   ObjCopy
10   Object
11   Option
12   Support
13   Target
14   AllTargetsCodeGens
15   AllTargetsDescs
16   AllTargetsInfos
17   )
19 add_llvm_tool(llvm-dwarfutil
20   llvm-dwarfutil.cpp
21   DebugInfoLinker.cpp
23   DEPENDS
24   intrinsics_gen
25   ${tablegen_deps}
26   )