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

Preserve split DWARF files when building archives. #106904

Merged
merged 1 commit into from
Jan 26, 2023

Commits on Jan 15, 2023

  1. Preserve split DWARF files when building archives.

    The optimization that removes artifacts when building libraries is correct
    from the compiler's perspective but not from a debugger's perspective.
    Unpacked split debuginfo is referred to by filename and debuggers need
    the artifact that contains debuginfo to continue to exist at that path.
    
    Ironically the test expects the correct behavior but it was not running.
    khuey committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    2b99b9f View commit details
    Browse the repository at this point in the history