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
20 lines
351 B
Makefile
20 lines
351 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmasmprinter
|
|
|
|
SRCDIR= lib/CodeGen/AsmPrinter
|
|
SRCS= ARMException.cpp \
|
|
AsmPrinter.cpp \
|
|
AsmPrinterDwarf.cpp \
|
|
AsmPrinterInlineAsm.cpp \
|
|
DIE.cpp \
|
|
DwarfAccelTable.cpp \
|
|
DwarfCFIException.cpp \
|
|
DwarfCompileUnit.cpp \
|
|
DwarfDebug.cpp \
|
|
DwarfException.cpp \
|
|
OcamlGCPrinter.cpp \
|
|
Win64Exception.cpp
|
|
|
|
.include "../clang.lib.mk"
|