dff0c46c97
upcoming 3.1 release (expected in a few weeks). Preliminary release notes can be found at: <http://llvm.org/docs/ReleaseNotes.html> MFC after: 2 weeks
32 lines
612 B
Makefile
32 lines
612 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmpowerpccodegen
|
|
|
|
SRCDIR= lib/Target/PowerPC
|
|
SRCS= PPCAsmPrinter.cpp \
|
|
PPCBranchSelector.cpp \
|
|
PPCCodeEmitter.cpp \
|
|
PPCFrameLowering.cpp \
|
|
PPCHazardRecognizers.cpp \
|
|
PPCISelDAGToDAG.cpp \
|
|
PPCISelLowering.cpp \
|
|
PPCInstrInfo.cpp \
|
|
PPCJITInfo.cpp \
|
|
PPCMCInstLower.cpp \
|
|
PPCMachineFunctionInfo.cpp \
|
|
PPCRegisterInfo.cpp \
|
|
PPCSelectionDAGInfo.cpp \
|
|
PPCSubtarget.cpp \
|
|
PPCTargetMachine.cpp
|
|
|
|
TGHDRS= Intrinsics \
|
|
PPCGenCallingConv \
|
|
PPCGenCodeEmitter \
|
|
PPCGenDAGISel \
|
|
PPCGenInstrInfo \
|
|
PPCGenMCCodeEmitter \
|
|
PPCGenRegisterInfo \
|
|
PPCGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|