mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
18 lines
328 B
Makefile
18 lines
328 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmasmprinter
|
|
|
|
SRCDIR= lib/CodeGen/AsmPrinter
|
|
SRCS= ARMException.cpp \
|
|
AsmPrinter.cpp \
|
|
AsmPrinterDwarf.cpp \
|
|
AsmPrinterInlineAsm.cpp \
|
|
DIE.cpp \
|
|
DwarfCFIException.cpp \
|
|
DwarfCompileUnit.cpp \
|
|
DwarfDebug.cpp \
|
|
DwarfException.cpp \
|
|
OcamlGCPrinter.cpp \
|
|
Win64Exception.cpp
|
|
|
|
.include "../clang.lib.mk"
|