summaryrefslogtreecommitdiff
path: root/tools/llvm-nm/CMakeLists.txt
blob: ce758ced44eb5b445b5ae5b9c46eb681c0d753ad (plain)
1
2
3
4
5
6
7
8
9
10
set(LLVM_LINK_COMPONENTS
  BitReader
  Core
  Object
  Support
  )

add_llvm_tool(llvm-nm
  llvm-nm.cpp
  )