Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.
[oota-llvm.git] / tools / llvm-nm / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Object
3   Support
4   )
5
6 add_llvm_tool(llvm-nm
7   llvm-nm.cpp
8   )