diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2024-12-27 20:44:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-27 20:44:14 +0800 |
| commit | 3980cc65219df807601e8ac325f67cfab55b11e7 (patch) | |
| tree | c56e5bf4858070448e91bf762658aa23a1e0dd24 /compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp | |
| parent | d419cc7c6a13bb70f2fd3bc42b6ae3e5d18140c4 (diff) | |
| parent | 2855098a5195f507a7f2f77df28a5f52ca50a57e (diff) | |
| download | rust-3980cc65219df807601e8ac325f67cfab55b11e7.tar.gz rust-3980cc65219df807601e8ac325f67cfab55b11e7.zip | |
Rollup merge of #134815 - 9names:sort_platform_md_targets, r=jieyouxu
Sort triples by name in platform_support.md When looking for riscv32emc support, I missed it at first because it was at the end of the tier3 target list [here](https://doc.rust-lang.org/rustc/platform-support.html#tier-3). These lists are *mostly* dictionary sorted so I assumed it should be near the riscv32i* targets. This PR puts all targets back in dictionary order. There were only a few outside of tier3. I ended up writing a small program to sort them because I did not trust myself to do it manually, but I stopped short of fully automating it. I have manually reviewed the output to confirm it still has the same number of entries, and that the changed values do follow the ordering I would expect. For folks who would prefer to review code than manual textual changes, the sorting program (including inputs) is [here.](https://github.com/9names/platform_sort_arch/blob/main/src/main.rs)
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
