[llvm] fa7f328 - [cmake] LLVMVectorize - add include/llvm/Transforms/Vectorize header path

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 03:06:43 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-17T11:06:26+01:00
New Revision: fa7f328a15536e9c7fa82608152632254277c787

URL: https://github.com/llvm/llvm-project/commit/fa7f328a15536e9c7fa82608152632254277c787
DIFF: https://github.com/llvm/llvm-project/commit/fa7f328a15536e9c7fa82608152632254277c787.diff

LOG: [cmake] LLVMVectorize - add include/llvm/Transforms/Vectorize header path

MSVC projects were missing the llvm/Transforms/Vectorize/* headers

Added: 
    

Modified: 
    llvm/lib/Transforms/Vectorize/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Vectorize/CMakeLists.txt b/llvm/lib/Transforms/Vectorize/CMakeLists.txt
index 19ad82f2914e..6f3071ea74a1 100644
--- a/llvm/lib/Transforms/Vectorize/CMakeLists.txt
+++ b/llvm/lib/Transforms/Vectorize/CMakeLists.txt
@@ -14,6 +14,7 @@ add_llvm_component_library(LLVMVectorize
 
   ADDITIONAL_HEADER_DIRS
   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/Vectorize
 
   DEPENDS
   intrinsics_gen


        


More information about the llvm-commits mailing list