Enable link relaxation feature for LoongArch Linux targets#153427
Conversation
|
r? @jieyouxu rustbot has assigned @jieyouxu. Use Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
| set -ex | ||
|
|
||
| CT_NG=1.27.0 | ||
| CT_NG=1.28.0 |
There was a problem hiding this comment.
|
@rustbot author |
|
Reminder, once the PR becomes ready for a review, use |
afb3946 to
c2c26c0
Compare
|
Some changes occurred in src/doc/rustc/src/platform-support cc @Noratrieb |
|
@rustbot ready |
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 596e918 failed: CI. Failed job:
|
This comment has been minimized.
This comment has been minimized.
c2c26c0 to
cd9cb3f
Compare
|
@rustbot ready |
|
@bors try jobs=dist-riscv64-linux |
This comment has been minimized.
This comment has been minimized.
Enable link relaxation feature for LoongArch Linux targets try-job: dist-riscv64-linux
|
@bors r+ |
This comment has been minimized.
This comment has been minimized.
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 98e7077 (parent) -> 655a7d2 (this PR) Test differencesShow 4 test diffs4 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 655a7d20fefe23757ca9ecbbea01e4fe80208aaf --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (655a7d2): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 479.865s -> 479.555s (-0.06%) |
View all comments
This patch series enables the link relaxation feature for LoongArch Linux targets. Link relaxation is a link-time optimization that helps improve the quality and efficiency of the final binary. To support this, the corss-toolchain has also been bumped to handle more types of link relaxation.