Skip to content

Commit

Permalink
LLVM: Add support for EABI-compliant libcalls on MSP430.
Browse files Browse the repository at this point in the history
This change will allow rust code to have proper support for division
and multiplication using libgcc libcalls.
  • Loading branch information
pftbest committed May 13, 2017
1 parent 77f1bec commit 51cebb3
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 51cebb3

Please sign in to comment.