[libFuzzer] add option -report_slow_units=Nsec to control when slow units are printed
[oota-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   )