mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 10:20:09 -04:00
12 lines
174 B
Makefile
12 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmvectorize
|
|
|
|
SRCDIR= lib/Transforms/Vectorize
|
|
SRCS= BBVectorize.cpp \
|
|
LoopVectorize.cpp \
|
|
Vectorize.cpp
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|