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

rustc: Swap link order of native libs/rust deps #28605

Merged
merged 1 commit into from
Oct 1, 2015

Commits on Oct 1, 2015

  1. rustc: Swap link order of native libs/rust deps

    This commit swaps the order of linking local native libraries and upstream
    native libraries on the linker command line. Detail of bugs this can cause can
    be found in rust-lang#28595, and this change also invalidates the test case that was
    added for rust-lang#12446 which is now considered a bug because the downstream dependency
    would need to declare that it depends on the native library somehow.
    
    Closes rust-lang#28595
    alexcrichton committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    9502df5 View commit details
    Browse the repository at this point in the history