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

Adjust linking order of static nobundle libraries #88227

Merged
merged 1 commit into from
Aug 27, 2021

Commits on Aug 26, 2021

  1. Adjust linking order of static nobundle libraries

    Link the static libraries with "-bundle" modifier from upstream rust crate
    right after linking this rust crate. Some linker such as GNU linker
    `ld.bdf` treat order of linking as order of dependency. After this change,
    static libraries with "-bundle" modifier is linked in the same order as
    "+bundle" modifier. So we can change the value of "bundle" modifier without
    causing linking error.
    12101111 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    118df1c View commit details
    Browse the repository at this point in the history