OSDN Git Service

am 50721a7a: (-s ours) Merge in the following upstream patches to resolve Cortex...
[android-x86/external-llvm.git] / tools / llvm-nm / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   Core
4   Object
5   Support
6   )
7
8 add_llvm_tool(llvm-nm
9   llvm-nm.cpp
10   )