Commit 04790b98 authored by Haojian Wu's avatar Haojian Wu
Browse files

[bazel] Fix the bazel build for 2400c54c

The header file is removed now.
parent 75b195cc
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1382,9 +1382,7 @@ cc_library(
    ]),
    hdrs = glob([
        "include/llvm/Transforms/Vectorize/*.h",
    ]) + [
        "include/llvm/Transforms/Vectorize.h",
    ],
    ]),
    copts = llvm_copts,
    deps = [
        ":Analysis",