Commit 5bba176
committed
[bazel] fix layering check to run bazel with 16.x
Preparation to update bazel builder to use LLVM 16 release
where layering check was enabled https://reviews.llvm.org/D132779
Current setup missed some backsliding in layering check as it has
only on for projects with the check enforced.
Disabled it completely for libc and fixed for DWARFLinkerParallel.
It would be great to re-enable it for libc later.1 parent 8e64821 commit 5bba176
File tree
2 files changed
+12
-7
lines changed- utils/bazel/llvm-project-overlay
- libc
- llvm
2 files changed
+12
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
399 | 398 | | |
| 399 | + | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
424 | | - | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
425 | 426 | | |
426 | 427 | | |
427 | 428 | | |
| |||
489 | 490 | | |
490 | 491 | | |
491 | 492 | | |
| 493 | + | |
492 | 494 | | |
493 | 495 | | |
494 | | - | |
495 | 496 | | |
496 | 497 | | |
497 | 498 | | |
| |||
2796 | 2797 | | |
2797 | 2798 | | |
2798 | 2799 | | |
| 2800 | + | |
2799 | 2801 | | |
2800 | 2802 | | |
2801 | 2803 | | |
| |||
3735 | 3737 | | |
3736 | 3738 | | |
3737 | 3739 | | |
3738 | | - | |
3739 | 3740 | | |
| 3741 | + | |
3740 | 3742 | | |
3741 | 3743 | | |
3742 | 3744 | | |
| |||
4237 | 4239 | | |
4238 | 4240 | | |
4239 | 4241 | | |
| 4242 | + | |
4240 | 4243 | | |
4241 | 4244 | | |
4242 | | - | |
4243 | 4245 | | |
4244 | 4246 | | |
4245 | 4247 | | |
| |||
0 commit comments