mirror of
https://github.com/opnsense/src.git
synced 2026-03-30 22:45:13 -04:00
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
14 lines
253 B
Makefile
14 lines
253 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmpowerpcinstprinter
|
|
|
|
SRCDIR= lib/Target/PowerPC/InstPrinter
|
|
INCDIR= lib/Target/PowerPC
|
|
SRCS= PPCInstPrinter.cpp
|
|
|
|
TGHDRS= PPCGenAsmWriter \
|
|
PPCGenInstrNames \
|
|
PPCGenRegisterInfo.h \
|
|
PPCGenRegisterNames
|
|
|
|
.include "../clang.lib.mk"
|