Add some tools for rust by narpfel · Pull Request #7264 · compiler-explorer/compiler-explorer
Navigation Menu
{{ message }}
compiler-explorer / compiler-explorer Public
- Notifications You must be signed in to change notification settings
- Fork 2k
Merged
mattgodbolt merged 5 commits intocompiler-explorer:mainfrom
Jan 24, 2025Merged
mattgodbolt merged 5 commits intocompiler-explorer:mainfrom
mattgodbolt merged 5 commits intocompiler-explorer:mainfrom
Conversation
narpfel added 5 commits
January 11, 2025 21:36
github-actions
bot
added
the
lang-rust
label
Copy link
Member Author
narpfel
commented
Jan 11, 2025
narpfel commented
Jan 11, 2025Note that pahole requires passing -C debuginfo=2 because CE’s default (-C debuginfo=1) does not include type information in the debug information (ref).
Maybe CE should default to -C debuginfo=2 because that’s what cargo does in debug mode?
Copy link
Member
junlarsen
commented
Jan 12, 2025
junlarsen commented
Jan 12, 2025I think debuginfo=2 seems reasonable.
mattgodbolt approved these changes Jan 24, 2025
Copy link
Member
mattgodbolt
left a comment
mattgodbolt
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
narpfel
deleted the
rust-tools
branch
Copy link
Member
mattgodbolt
commented
Jan 24, 2025
mattgodbolt commented
Jan 24, 2025this is rolling out now
ojeda
mentioned this pull request
21 tasks
mattgodbolt pushed a commit to faramozzayw/compiler-explorer that referenced this pull request
Jan 30, 2025This adds the tools requested in compiler-explorer#6796.
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