blob: 73b5662d4bc8ed10b1383f0c617db5d71d011028 [file] [log] [blame]
Peter Collingbourne4ccf0f12013-09-24 23:52:22 +00001add_llvm_library(LLVMLTO
Mehdi Aminiadc0e262016-08-23 21:30:12 +00002 Caching.cpp
Teresa Johnsondf6edc52016-05-23 22:54:06 +00003 LTO.cpp
Teresa Johnson9ba95f92016-08-11 14:58:12 +00004 LTOBackend.cpp
Peter Collingbourne4ccf0f12013-09-24 23:52:22 +00005 LTOModule.cpp
6 LTOCodeGenerator.cpp
Mehdi Aminice23e972016-04-13 06:32:46 +00007 UpdateCompilerUsed.cpp
Mehdi Amini7c4a1a82016-03-09 01:37:22 +00008 ThinLTOCodeGenerator.cpp
Zachary Turner3bd47ce2015-02-11 03:28:02 +00009
10 ADDITIONAL_HEADER_DIRS
11 ${LLVM_MAIN_INCLUDE_DIR}/llvm/LTO
NAKAMURA Takumi7ae226d2015-02-01 00:55:43 +000012
Chris Bieneman05c279fc2016-11-17 04:36:50 +000013 DEPENDS
14 intrinsics_gen
Peter Collingbourne942fa562017-04-13 01:26:12 +000015 llvm_vcsrevision_h
Chris Bieneman05c279fc2016-11-17 04:36:50 +000016)