Skip to content

Commit 04790b9

Browse files
committed
[bazel] Fix the bazel build for 2400c54
The header file is removed now.
1 parent 75b195c commit 04790b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,9 +1382,7 @@ cc_library(
13821382
]),
13831383
hdrs = glob([
13841384
"include/llvm/Transforms/Vectorize/*.h",
1385-
]) + [
1386-
"include/llvm/Transforms/Vectorize.h",
1387-
],
1385+
]),
13881386
copts = llvm_copts,
13891387
deps = [
13901388
":Analysis",

0 commit comments

Comments
 (0)