8d21fe8a6d
Release notes are still in the works, these will follow soon. MFC after: 1 month
17 lines
234 B
Makefile
17 lines
234 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmvectorize
|
|
|
|
SRCDIR= lib/Transforms/Vectorize
|
|
SRCS= BBVectorize.cpp \
|
|
LoopVectorize.cpp \
|
|
SLPVectorizer.cpp \
|
|
VecUtils.cpp \
|
|
Vectorize.cpp
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|