Commit 2ef90bb
committed
llvm: disable remarks support on LLVM 22
LLVM change dfbd76bda01e removed separate remark support entirely.
That's the only mode we actually used, and it doesn't appear to be a
quick change to clean that up. It also appears to be a relatively
obscure unstable feature from looking in the test suite, so I'll disable
it in LLVM 22 for now so we continue to get CI coverage for the rest of
our functionality.
Fixes #146912 as far as I can tell (the test passes.)
@rustbot label llvm-main1 parent ce4beeb commit 2ef90bb
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1779 | 1779 | | |
1780 | 1780 | | |
1781 | 1781 | | |
| 1782 | + | |
| 1783 | + | |
| 1784 | + | |
| 1785 | + | |
1782 | 1786 | | |
1783 | 1787 | | |
1784 | 1788 | | |
| 1789 | + | |
1785 | 1790 | | |
1786 | 1791 | | |
1787 | 1792 | | |
| |||
0 commit comments