2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
LIB= llvmx86codegen
|
|
|
|
|
|
|
|
SRCDIR= lib/Target/X86
|
2011-10-22 14:08:43 +00:00
|
|
|
SRCS= X86AsmPrinter.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
X86COFFMachineModuleInfo.cpp \
|
|
|
|
X86CodeEmitter.cpp \
|
|
|
|
X86ELFWriterInfo.cpp \
|
|
|
|
X86FastISel.cpp \
|
|
|
|
X86FloatingPoint.cpp \
|
2011-02-20 19:33:47 +00:00
|
|
|
X86FrameLowering.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
X86ISelDAGToDAG.cpp \
|
|
|
|
X86ISelLowering.cpp \
|
|
|
|
X86InstrInfo.cpp \
|
|
|
|
X86JITInfo.cpp \
|
2010-09-20 16:43:17 +00:00
|
|
|
X86MCInstLower.cpp \
|
2012-04-16 21:23:25 +00:00
|
|
|
X86MachineFunctionInfo.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
X86RegisterInfo.cpp \
|
|
|
|
X86SelectionDAGInfo.cpp \
|
|
|
|
X86Subtarget.cpp \
|
|
|
|
X86TargetMachine.cpp \
|
2011-10-22 14:08:43 +00:00
|
|
|
X86TargetObjectFile.cpp \
|
|
|
|
X86VZeroUpper.cpp \
|
2010-06-09 19:32:20 +00:00
|
|
|
|
2010-07-20 17:16:57 +00:00
|
|
|
TGHDRS= Intrinsics \
|
|
|
|
X86GenCallingConv \
|
|
|
|
X86GenDAGISel \
|
|
|
|
X86GenFastISel \
|
|
|
|
X86GenInstrInfo \
|
|
|
|
X86GenRegisterInfo \
|
2011-07-17 19:51:40 +00:00
|
|
|
X86GenSubtargetInfo
|
2010-06-09 19:32:20 +00:00
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|