mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
12 lines
252 B
CMake
12 lines
252 B
CMake
add_llvm_library(LLVMVectorize
|
|
BBVectorize.cpp
|
|
LoadStoreVectorizer.cpp
|
|
LoopVectorize.cpp
|
|
SLPVectorizer.cpp
|
|
Vectorize.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
|
|
)
|
|
|
|
add_dependencies(LLVMVectorize intrinsics_gen)
|