Skip to content

Commit

Permalink
Rollup merge of #60985 - cr1901:msp430-fix, r=alexcrichton
Browse files Browse the repository at this point in the history
Bump LLVM submodule to fix MSP430 AsmPrinter and assembler syntax mismatch.

Moving on to steps 9 and 10 of the llvm bugfix [guide](https://rust-lang.github.io/rustc-guide/codegen/updating-llvm.html#bugfix-updates), now that Rust's copy of LLVM was [updated](rust-lang/llvm-project#13).

This PR closes issue #59077. Nightlies following this PR should have working msp430 codegen again :D.

Thanks for the prompt response even though it took me a while to get this "simple" PR done!
  • Loading branch information
Centril committed May 21, 2019
2 parents 89f7628 + a775d11 commit 62afa76
Showing 1 changed file with 1 addition and 1 deletion.

0 comments on commit 62afa76

Please sign in to comment.