Enable libunwind for rtems#682
Merged
workingjubilee merged 1 commit intorust-lang:masterfrom Jan 3, 2025
Merged
Conversation
Merged
Contributor
Author
|
Hm, it seems that the CI needs the changes from PR rust-lang/rust#130417 merged in order to use the |
938a76a to
53c460e
Compare
53c460e to
d8f1ce8
Compare
workingjubilee
approved these changes
Jan 3, 2025
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Jan 3, 2025
…ubilee Switch rtems target to panic unwind Switch the RTEMS target to `panic_unwind`. Relates to rust-lang/backtrace-rs#682
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Jan 3, 2025
…ubilee Switch rtems target to panic unwind Switch the RTEMS target to `panic_unwind`. Relates to rust-lang/backtrace-rs#682
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 4, 2025
Rollup merge of rust-lang#133420 - thesummer:rtems-unwind, r=workingjubilee Switch rtems target to panic unwind Switch the RTEMS target to `panic_unwind`. Relates to rust-lang/backtrace-rs#682
github-actions bot
pushed a commit
to tautschnig/verify-rust-std
that referenced
this pull request
Mar 11, 2025
…ubilee Switch rtems target to panic unwind Switch the RTEMS target to `panic_unwind`. Relates to rust-lang/backtrace-rs#682
stormshield-ebzh
pushed a commit
to stormshield-ebzh/fork-backtrace-rs
that referenced
this pull request
Jun 2, 2025
In order to switch the RTEMS port to `panic_unwind` these changes need to be added in `backtrace_rs`. Once this is merged and the submodule updated in rustc I will add another PR there to make the switch.
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In order to switch the RTEMS port to
panic_unwindthese changes need to be added inbacktrace_rs.Once this is merged and the submodule updated in rustc I will add another PR there to make the switch.