File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -299,9 +299,6 @@ cc_library(
299
299
"include/llvm/*.h" ,
300
300
"include/llvm/IR/*.h" ,
301
301
],
302
- exclude = [
303
- "include/llvm/LinkAllPasses.h" ,
304
- ],
305
302
) + [
306
303
"include/llvm/IR/Value.def" ,
307
304
"include/llvm-c/Comdat.h" ,
@@ -693,9 +690,6 @@ cc_library(
693
690
"include/llvm/*.h" ,
694
691
"include/llvm/IR/*.h" ,
695
692
],
696
- exclude = [
697
- "include/llvm/LinkAllPasses.h" ,
698
- ],
699
693
) + [
700
694
"include/llvm-c/Comdat.h" ,
701
695
"include/llvm-c/DebugInfo.h" ,
@@ -1388,9 +1382,7 @@ cc_library(
1388
1382
"lib/CodeGen/SelectionDAG/*.h" ,
1389
1383
],
1390
1384
),
1391
- hdrs = [
1392
- "include/llvm/LinkAllPasses.h" ,
1393
- ] + glob (
1385
+ hdrs = glob (
1394
1386
[
1395
1387
"include/llvm/CodeGen/**/*.h" ,
1396
1388
],
You can’t perform that action at this time.
0 commit comments