1 # $NetBSD: Makefile,v 1.17 2015/01/29 20:41:36 joerg Exp $
3 LIB
= LLVMTransformsUtils
7 .PATH
: ${LLVM_SRCDIR}/lib
/Transforms
/Utils
9 SRCS
+= ASanStackFrameLayout.
cpp \
10 AddDiscriminators.
cpp \
12 BreakCriticalEdges.
cpp \
14 BypassSlowDivision.
cpp \
20 DemoteRegToStack.
cpp \
24 InstructionNamer.
cpp \
30 LoopUnrollRuntime.
cpp \
31 LowerExpectIntrinsic.
cpp \
37 PromoteMemoryToRegister.
cpp \
41 SimplifyInstructions.
cpp \
42 SimplifyLibCalls.
cpp \
44 UnifyFunctionExitNodes.
cpp \
49 .
include <bsd.hostlib.mk
>