Remove the default clause from a fully-covering switch
[llvm-core.git] / tools / llvm-nm / CMakeLists.txt
blob08bcd5f3089803301f1c0c60c079d9da7c1fe0e4
1 set(LLVM_LINK_COMPONENTS
2   AllTargetsAsmParsers
3   AllTargetsDescs
4   AllTargetsInfos
5   Core
6   Demangle
7   Object
8   Support
9   )
11 add_llvm_tool(llvm-nm
12   llvm-nm.cpp
14   DEPENDS
15   intrinsics_gen
16   )