1# $OpenBSD: Makefile,v 1.9 2023/11/11 18:35:37 robert Exp $ 2 3LIB= LLVMLTO 4NOPROFILE= 5 6CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/LTO 7 8SRCS+= LTO.cpp \ 9 LTOBackend.cpp \ 10 LTOModule.cpp \ 11 LTOCodeGenerator.cpp \ 12 SummaryBasedOptimizations.cpp \ 13 UpdateCompilerUsed.cpp \ 14 ThinLTOCodeGenerator.cpp 15 16.PATH: ${.CURDIR}/../../../llvm/llvm/lib/LTO 17