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

Fix no_integrated_as option to work with new codegen architecture. #47453

Merged
merged 2 commits into from
Jan 26, 2018

Commits on Jan 15, 2018

  1. Fix no_integrated_as option to work with new codegen architecture.

    Old implementation called the assembler once per crate, but we need to call
    it for each object file instead, because a single crate can now have more
    than one object file.
    
    This patch fixes issue rust-lang#45836 (Can't compile core for msp430 in release mode)
    pftbest committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    3f61742 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Configuration menu
    Copy the full SHA
    98dee04 View commit details
    Browse the repository at this point in the history