summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CMakeLists.txt
blob: d0f10a19a0f4de4cf78c9a8aa952a722af5d823e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen)

add_llvm_library(LLVMTarget
  Target.cpp
  TargetIntrinsicInfo.cpp
  TargetLoweringObjectFile.cpp
  TargetMachine.cpp
  TargetMachineC.cpp
  TargetSubtargetInfo.cpp
  )

foreach(t ${LLVM_TARGETS_TO_BUILD})
  message(STATUS "Targeting ${t}")
  add_subdirectory(${t})
endforeach()
OpenPOWER on IntegriCloud