File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -1485,15 +1485,11 @@ cc_library(
1485
1485
cc_library (
1486
1486
name = "Vectorize" ,
1487
1487
srcs = glob ([
1488
- "lib/Transforms/Vectorize/*.cpp" ,
1489
- "lib/Transforms/Vectorize/*.h" ,
1490
- "lib/Transforms/Vectorize/SandboxVectorizer/*.cpp" ,
1491
- "lib/Transforms/Vectorize/SandboxVectorizer/Passes/*.cpp" ,
1488
+ "lib/Transforms/Vectorize/**/*.cpp" ,
1489
+ "lib/Transforms/Vectorize/**/*.h" ,
1492
1490
]),
1493
1491
hdrs = glob ([
1494
- "include/llvm/Transforms/Vectorize/*.h" ,
1495
- "include/llvm/Transforms/Vectorize/SandboxVectorizer/*.h" ,
1496
- "include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/*.h"
1492
+ "include/llvm/Transforms/Vectorize/**/*.h" ,
1497
1493
]),
1498
1494
copts = llvm_copts ,
1499
1495
deps = [
You can’t perform that action at this time.
0 commit comments