-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable XRay instrumentation for LoongArch Linux targets #131818
Conversation
rustbot has assigned @petrochenkov. Use |
These commits modify compiler targets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can r=me after PR CI is green.
@bors delegate+ rollup |
@bors r+ rollup |
dd66134
to
67ed9fa
Compare
@bors r- |
@bors r+ |
Yeah, I clicked the wrong button which took me to a different diff 😆 |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#129620 (Provide a more convinient way of developing rustc on NixOS) - rust-lang#131805 (rustc_llvm: Fix flattened CLI args) - rust-lang#131818 (Enable XRay instrumentation for LoongArch Linux targets) - rust-lang#131825 (SolverDelegate add assoc type for Infcx) - rust-lang#131833 (Add `must_use` to `CommandExt::exec`) - rust-lang#131835 (Do not run test where it cannot run) - rust-lang#131844 (Add mailmap entry for kobzol) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#131818 - heiher:loong-instrument-xray, r=jieyouxu Enable XRay instrumentation for LoongArch Linux targets Enable XRay instrumentation for `loongarch64-unknown-linux-{gnu, musl, ohos}` targets.
Actually going to add relnotes for this just as a FYI. |
Enable XRay instrumentation for
loongarch64-unknown-linux-{gnu, musl, ohos}
targets.