summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-link/CMakeLists.txt
blob: 5aae69b4ca0b1b7c73495e349e579511ee548318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set(LLVM_LINK_COMPONENTS
  BitWriter
  Core
  IRReader
  Linker
  Object
  Support
  TransformUtils
  )

add_llvm_tool(llvm-link
  llvm-link.cpp

  DEPENDS
  intrinsics_gen
  )
OpenPOWER on IntegriCloud