Fix the output of llvm-nm for Mach-O files to use the characters ‘d’ and ‘b’ for
[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   )