dff0c46c97
upcoming 3.1 release (expected in a few weeks). Preliminary release notes can be found at: <http://llvm.org/docs/ReleaseNotes.html> MFC after: 2 weeks
12 lines
153 B
Makefile
12 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmvectorize
|
|
|
|
SRCDIR= lib/Transforms/Vectorize
|
|
SRCS= BBVectorize.cpp \
|
|
Vectorize.cpp
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|