1# $OpenBSD: Makefile,v 1.6 2019/06/23 22:07:40 patrick Exp $ 2 3LIB= LLVMLTO 4NOPROFILE= 5 6CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/LTO 7 8SRCS+= Caching.cpp \ 9 LTO.cpp \ 10 LTOBackend.cpp \ 11 LTOCodeGenerator.cpp \ 12 LTOModule.cpp \ 13 SummaryBasedOptimizations.cpp \ 14 UpdateCompilerUsed.cpp \ 15 ThinLTOCodeGenerator.cpp 16 17.PATH: ${.CURDIR}/../../../llvm/lib/LTO 18