summaryrefslogtreecommitdiff
path: root/tools/llc/CMakeLists.txt
blob: 9a3d411a283d8cc66b34df4a995a982a3e70ec21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set(LLVM_LINK_COMPONENTS
  ${LLVM_TARGETS_TO_BUILD}
  AsmPrinter
  CodeGen
  Core
  IRReader
  MC
  ScalarOpts
  SelectionDAG
  Support
  Target
  )

add_llvm_tool(llc
  llc.cpp
  )
set_target_properties(llc PROPERTIES ENABLE_EXPORTS 1)