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

directly use object files when linking ELF #22025

Merged
merged 1 commit into from
Sep 17, 2023
Merged

Commits on Sep 15, 2023

  1. directly use object files when linking ELF

    Instead of taking all prerequisites and filtering out everything that is
    not an object just use the objects directly.
    
    It is both easier to understand and also more robust in case other
    non-object files are added to the prerequisites in the future.
    t-8ch committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    17e902c View commit details
    Browse the repository at this point in the history