Update bazel file after fe364e5dc7

This commit is contained in:
Tres Popp 2021-11-02 17:22:11 +01:00
parent e09958d5eb
commit 8af9912113
1 changed files with 1 additions and 9 deletions

View File

@ -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",
@ -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",
@ -1388,9 +1382,7 @@ cc_library(
"lib/CodeGen/SelectionDAG/*.h",
],
),
hdrs = [
"include/llvm/LinkAllPasses.h",
] + glob(
hdrs = glob(
[
"include/llvm/CodeGen/**/*.h",
],