a0b20b5d1f
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"
|