summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO/CMakeLists.txt
blob: 5791398c3294a3ab1689307bb73cb3f812d77a4b (plain)
1
2
3
4
5
6
add_llvm_library(LLVMLTO
  LTOModule.cpp
  LTOCodeGenerator.cpp
  )

add_dependencies(LLVMLTO intrinsics_gen)
OpenPOWER on IntegriCloud