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

[llvm-objcopy] Remove empty SHT_GROUP sections #97141

Merged
merged 1 commit into from
Jul 8, 2024

Commits on Jul 6, 2024

  1. [llvm-strip] Remove empty SHT_GROUP sections.

    Currently llvm-strip in --strip-debug mode doesn't remove such sections.
    This behavior can lead to incompatibilities with GNU binutils
    (for examples ld.bfd cannot process the object file contains empty .group section).
    The ELF object that contains group section
    with .debug_* sections inside can be obtained by gcc -g3.
    Fix llvm#97139
    chestnykh committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    fbd81eb View commit details
    Browse the repository at this point in the history