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: Disable huge sec offset #49

Closed

Commits on Sep 16, 2024

  1. [llvm-objcopy][ELF] Disable huge section offset

    By default, GNU objcopy issues a warning for large offsets in ELF
    files. To align with this behavior, we introduce an option to
    define a maximum file offset for a section. This allows us to skip
    creating excessively large files by specifying a threshold beyond
    which the file offset will trigger an error.
    djtodoro committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1f3a427 View commit details
    Browse the repository at this point in the history