aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-nm/CMakeLists.txt
blob: 08bcd5f3089803301f1c0c60c079d9da7c1fe0e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set(LLVM_LINK_COMPONENTS
  AllTargetsAsmParsers
  AllTargetsDescs
  AllTargetsInfos
  Core
  Demangle
  Object
  Support
  )

add_llvm_tool(llvm-nm
  llvm-nm.cpp

  DEPENDS
  intrinsics_gen
  )