llvm-mirror/tools/llvm-nm/CMakeLists.txt

6 lines
85 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS archive bitreader)
add_llvm_tool(llvm-nm
llvm-nm.cpp
)