2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
LIB= llvmasmprinter
|
|
|
|
|
|
|
|
SRCDIR= lib/CodeGen/AsmPrinter
|
2011-05-02 21:04:37 +00:00
|
|
|
SRCS= ARMException.cpp \
|
|
|
|
AsmPrinter.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
AsmPrinterDwarf.cpp \
|
|
|
|
AsmPrinterInlineAsm.cpp \
|
|
|
|
DIE.cpp \
|
2011-02-20 19:33:47 +00:00
|
|
|
DwarfCFIException.cpp \
|
2011-05-02 21:04:37 +00:00
|
|
|
DwarfCompileUnit.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
DwarfDebug.cpp \
|
|
|
|
DwarfException.cpp \
|
2011-06-12 18:01:31 +00:00
|
|
|
OcamlGCPrinter.cpp \
|
|
|
|
Win64Exception.cpp
|
2010-06-09 19:32:20 +00:00
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|