[gold] Consolidate the gold plugin options and actually search for
[oota-llvm.git] / tools / dsymutil / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   DebugInfoDWARF
3   Object
4   Support
5   )
6
7 add_llvm_tool(llvm-dsymutil
8   dsymutil.cpp
9   BinaryHolder.cpp
10   DebugMap.cpp
11   DwarfLinker.cpp
12   MachODebugMapParser.cpp
13   )
14