OSDN Git Service

[yaml2obj] Fixing opening empty yaml files.
[android-x86/external-llvm.git] / tools / llvm-dwarfdump / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   DebugInfoDWARF
3   AllTargetsDescs
4   AllTargetsInfos
5   MC
6   Object
7   Support
8   )
9
10 add_llvm_tool(llvm-dwarfdump
11   Statistics.cpp
12   llvm-dwarfdump.cpp
13   )
14
15 add_subdirectory(fuzzer)