xref: /openbsd-src/gnu/usr.bin/clang/libLLVMAggressiveInstCombine/Makefile (revision c04ab3e34662cd5b490d8e7187b529217351cc52)
1# $OpenBSD: Makefile,v 1.1 2021/04/28 12:55:38 patrick Exp $
2
3LIB=	LLVMAggressiveInstCombine
4NOPROFILE=
5
6CPPFLAGS+=	-I${LLVM_SRCS}/include/llvm/Transforms
7
8SRCS+=	AggressiveInstCombine.cpp \
9	TruncInstCombine.cpp
10
11.PATH:	${.CURDIR}/../../../llvm/llvm/lib/Transforms/AggressiveInstCombine
12