view lib/LTO/CMakeLists.txt @ 116:a609e5c42ecc

change from CGF to this
author mir3636
date Mon, 08 Aug 2016 19:47:00 +0900 (2016-08-08)
parents 60c9769439b8
children 1172e4bd9c6f
line wrap: on
line source
add_llvm_library(LLVMLTO
  LTOModule.cpp
  LTOCodeGenerator.cpp

  ADDITIONAL_HEADER_DIRS
  ${LLVM_MAIN_INCLUDE_DIR}/llvm/LTO
  )

add_dependencies(LLVMLTO intrinsics_gen)