3861d79fd7
branch. This is effectively llvm/clang 3.2 RC2; the 3.2 release is coming soon.
13 lines
174 B
Makefile
13 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmvectorize
|
|
|
|
SRCDIR= lib/Transforms/Vectorize
|
|
SRCS= BBVectorize.cpp \
|
|
LoopVectorize.cpp \
|
|
Vectorize.cpp
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|