mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
13 lines
226 B
CMake
13 lines
226 B
CMake
add_llvm_library(LLVMVectorize
|
|
LoadStoreVectorizer.cpp
|
|
LoopVectorize.cpp
|
|
SLPVectorizer.cpp
|
|
Vectorize.cpp
|
|
VPlan.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|