Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
[oota-llvm.git] / tools / llvm-nm / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS archive bitreader object)
2
3 add_llvm_tool(llvm-nm
4   llvm-nm.cpp
5   )