Skip to content
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

debuginfo: Stabilize -Z debug-macros, -Z collapse-macro-debuginfo and #[collapse_debuginfo] #120845

Merged
merged 2 commits into from
Apr 26, 2024

Commits on Apr 25, 2024

  1. debuginfo: Stabilize -Z debug-macros, -Z collapse-macro-debuginfo

    … and `#[collapse_debuginfo]`
    
    `-Z debug-macros` is "stabilized" by enabling it by default and removing.
    
    `-Z collapse-macro-debuginfo` is stabilized as `-C collapse-macro-debuginfo`.
    It now supports all typical boolean values (`parse_opt_bool`) in addition to just yes/no.
    
    Default value of `collapse_debuginfo` was changed from `false` to `external` (i.e. collapsed if external, not collapsed if local).
    `#[collapse_debuginfo]` attribute without a value is no longer supported to avoid guessing the default.
    petrochenkov committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    98804c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Update lldb only tests

    petrochenkov committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    683ad6b View commit details
    Browse the repository at this point in the history