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

Update ar_archive_writer to 0.1.3 #109562

Merged
merged 1 commit into from
Mar 28, 2023

Commits on Mar 24, 2023

  1. Update ar_archive_writer to 0.1.3

    This updates object to 0.30 and fixes a bug where the symbol table
    would be omitted for archives where there are object files yet none
    that export any symbol. This bug could lead to linker errors for crates
    like rustc_std_workspace_core which don't contain any code of their own
    but exist solely for their dependencies. This is likely the cause of
    the linker issues I was experiencing on Webassembly. It has been shown
    to cause issues on other platforms too.
    
    cc rust-lang/ar_archive_writer#5
    bjorn3 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    8b1be44 View commit details
    Browse the repository at this point in the history