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

linker: Reorder linker arguments #85086

Merged
merged 4 commits into from
Jun 6, 2021
Merged

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    dca3acb View commit details
    Browse the repository at this point in the history
  2. linker: Reorder linker arguments

    - Combine all native library arguments together, to simplify potential support for library deduplication and similar things
    - Split arguments into order-independent and order-dependent, to define more precisely what (pre,post,late)-link-args mean
    petrochenkov committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    b7994f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5275bf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3eab280 View commit details
    Browse the repository at this point in the history