mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
2754fe609d
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
10 lines
139 B
Makefile
10 lines
139 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmx86utils
|
|
|
|
SRCDIR= lib/Target/X86/Utils
|
|
INCDIR= lib/Target/X86
|
|
SRCS= X86ShuffleDecode.cpp
|
|
|
|
.include "../clang.lib.mk"
|