summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-nm/CMakeLists.txt
blob: 22b7bd3e35e9c0949d11c80ef43fe1222ff9d20a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(LLVM_LINK_COMPONENTS
  AllTargetsAsmParsers
  AllTargetsDescs
  AllTargetsInfos
  Core
  Object
  Support
  )

add_llvm_tool(llvm-nm
  llvm-nm.cpp
  )
OpenPOWER on IntegriCloud