Skip to content

Commit 8af9912

Browse files
committed
Update bazel file after fe364e5
1 parent e09958d commit 8af9912

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,6 @@ cc_library(
299299
"include/llvm/*.h",
300300
"include/llvm/IR/*.h",
301301
],
302-
exclude = [
303-
"include/llvm/LinkAllPasses.h",
304-
],
305302
) + [
306303
"include/llvm/IR/Value.def",
307304
"include/llvm-c/Comdat.h",
@@ -693,9 +690,6 @@ cc_library(
693690
"include/llvm/*.h",
694691
"include/llvm/IR/*.h",
695692
],
696-
exclude = [
697-
"include/llvm/LinkAllPasses.h",
698-
],
699693
) + [
700694
"include/llvm-c/Comdat.h",
701695
"include/llvm-c/DebugInfo.h",
@@ -1388,9 +1382,7 @@ cc_library(
13881382
"lib/CodeGen/SelectionDAG/*.h",
13891383
],
13901384
),
1391-
hdrs = [
1392-
"include/llvm/LinkAllPasses.h",
1393-
] + glob(
1385+
hdrs = glob(
13941386
[
13951387
"include/llvm/CodeGen/**/*.h",
13961388
],

0 commit comments

Comments
 (0)