Skip to content

Commit

Permalink
Update bazel file after fe364e5
Browse files Browse the repository at this point in the history
  • Loading branch information
tpopp committed Nov 2, 2021
1 parent e09958d commit 8af9912
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Expand Up @@ -299,9 +299,6 @@ cc_library(
"include/llvm/*.h",
"include/llvm/IR/*.h",
],
exclude = [
"include/llvm/LinkAllPasses.h",
],
) + [
"include/llvm/IR/Value.def",
"include/llvm-c/Comdat.h",
Expand Down Expand Up @@ -693,9 +690,6 @@ cc_library(
"include/llvm/*.h",
"include/llvm/IR/*.h",
],
exclude = [
"include/llvm/LinkAllPasses.h",
],
) + [
"include/llvm-c/Comdat.h",
"include/llvm-c/DebugInfo.h",
Expand Down Expand Up @@ -1388,9 +1382,7 @@ cc_library(
"lib/CodeGen/SelectionDAG/*.h",
],
),
hdrs = [
"include/llvm/LinkAllPasses.h",
] + glob(
hdrs = glob(
[
"include/llvm/CodeGen/**/*.h",
],
Expand Down

0 comments on commit 8af9912

Please sign in to comment.