6122f3e60d
branch. This brings us very close to the 3.0 release, which is expected in a week or two. MFC after: 1 week
51 lines
1.0 KiB
Makefile
51 lines
1.0 KiB
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmarmcodegen
|
|
|
|
SRCDIR= lib/Target/ARM
|
|
SRCS= ARMAsmPrinter.cpp \
|
|
ARMBaseInstrInfo.cpp \
|
|
ARMBaseRegisterInfo.cpp \
|
|
ARMCodeEmitter.cpp \
|
|
ARMConstantIslandPass.cpp \
|
|
ARMConstantPoolValue.cpp \
|
|
ARMELFWriterInfo.cpp \
|
|
ARMExpandPseudoInsts.cpp \
|
|
ARMFastISel.cpp \
|
|
ARMFrameLowering.cpp \
|
|
ARMGlobalMerge.cpp \
|
|
ARMHazardRecognizer.cpp \
|
|
ARMISelDAGToDAG.cpp \
|
|
ARMISelLowering.cpp \
|
|
ARMInstrInfo.cpp \
|
|
ARMJITInfo.cpp \
|
|
ARMLoadStoreOptimizer.cpp \
|
|
ARMMCInstLower.cpp \
|
|
ARMRegisterInfo.cpp \
|
|
ARMSelectionDAGInfo.cpp \
|
|
ARMSubtarget.cpp \
|
|
ARMTargetMachine.cpp \
|
|
ARMTargetObjectFile.cpp \
|
|
MLxExpansionPass.cpp \
|
|
Thumb1FrameLowering.cpp \
|
|
Thumb1InstrInfo.cpp \
|
|
Thumb1RegisterInfo.cpp \
|
|
Thumb2ITBlockPass.cpp \
|
|
Thumb2InstrInfo.cpp \
|
|
Thumb2RegisterInfo.cpp \
|
|
Thumb2SizeReduction.cpp
|
|
|
|
TGHDRS= ARMGenAsmWriter \
|
|
ARMGenCallingConv \
|
|
ARMGenCodeEmitter \
|
|
ARMGenDAGISel \
|
|
ARMGenFastISel \
|
|
ARMGenInstrInfo \
|
|
ARMGenMCCodeEmitter \
|
|
ARMGenMCPseudoLowering \
|
|
ARMGenRegisterInfo \
|
|
ARMGenSubtargetInfo \
|
|
Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|