Skip to content

Commit

Permalink
Rollup merge of rust-lang#41979 - pftbest:msp430_libcalls, r=alexcric…
Browse files Browse the repository at this point in the history
…hton

LLVM: Add support for EABI-compliant libcalls on MSP430.

This change will allow rust code to have proper support for division
and multiplication using libgcc.

r? @alexcrichton
cc @awygle
  • Loading branch information
Mark-Simulacrum committed May 14, 2017
2 parents 6764ae1 + 51cebb3 commit 7294ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rustllvm/llvm-rebuild-trigger
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# If this file is modified, then llvm will be (optionally) cleaned and then rebuilt.
# The actual contents of this file do not matter, but to trigger a change on the
# build bots then the contents should be changed so git updates the mtime.
2017-05-06
2017-05-13

0 comments on commit 7294ce1

Please sign in to comment.