mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 11:13:11 -04:00
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
11 lines
153 B
Makefile
11 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmvectorize
|
|
|
|
SRCDIR= lib/Transforms/Vectorize
|
|
SRCS= BBVectorize.cpp \
|
|
Vectorize.cpp
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|