aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-nm/CMakeLists.txt
blob: 20293bb88f05041d0e6031cff06e629ec9dac221 (plain)
1
2
3
4
5
6
7
8
9
10
set(LLVM_LINK_COMPONENTS
  ${LLVM_TARGETS_TO_BUILD}
  Core
  Object
  Support
  )

add_llvm_tool(llvm-nm
  llvm-nm.cpp
  )