[CMake] Apply -ffunction-data-sectinos not only to CMAKE_CXX_FLAGS, but also to CMAKE...
[oota-llvm.git] / tools / llvm-nm / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   Core
4   Object
5   Support
6   )
7
8 add_llvm_tool(llvm-nm
9   llvm-nm.cpp
10   )