xref: /openbsd-src/gnu/usr.bin/clang/libLLVMLTO/Makefile (revision 1ad61ae0a79a724d2d3ec69e69c8e1d1ff6b53a0)
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