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