mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
9 lines
139 B
Makefile
9 lines
139 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmx86utils
|
|
|
|
SRCDIR= lib/Target/X86/Utils
|
|
INCDIR= lib/Target/X86
|
|
SRCS= X86ShuffleDecode.cpp
|
|
|
|
.include "../clang.lib.mk"
|