Skip to content

Commit d322453

Browse files
committed
Revert "Update bazel file after fe364e5"
This reverts commit 8af9912. The other relevant commit was reverted.
1 parent 9b59107 commit d322453

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@ cc_library(
299299
"include/llvm/*.h",
300300
"include/llvm/IR/*.h",
301301
],
302+
exclude = [
303+
"include/llvm/LinkAllPasses.h",
304+
],
302305
) + [
303306
"include/llvm/IR/Value.def",
304307
"include/llvm-c/Comdat.h",
@@ -690,6 +693,9 @@ cc_library(
690693
"include/llvm/*.h",
691694
"include/llvm/IR/*.h",
692695
],
696+
exclude = [
697+
"include/llvm/LinkAllPasses.h",
698+
],
693699
) + [
694700
"include/llvm-c/Comdat.h",
695701
"include/llvm-c/DebugInfo.h",
@@ -1382,7 +1388,9 @@ cc_library(
13821388
"lib/CodeGen/SelectionDAG/*.h",
13831389
],
13841390
),
1385-
hdrs = glob(
1391+
hdrs = [
1392+
"include/llvm/LinkAllPasses.h",
1393+
] + glob(
13861394
[
13871395
"include/llvm/CodeGen/**/*.h",
13881396
],

0 commit comments

Comments
 (0)