Rollup merge of #41979 - pftbest:msp430_libcalls, r=alexcrichton
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
This commit is contained in:
commit
7294ce10b6
2 changed files with 2 additions and 2 deletions
2
src/llvm
2
src/llvm
|
@ -1 +1 @@
|
||||||
Subproject commit cf85b5a8da7853c4de5cc57766da8b7988c06461
|
Subproject commit 1ef3b9128e1baaed61b42d5b0de79dee100acf17
|
|
@ -1,4 +1,4 @@
|
||||||
# If this file is modified, then llvm will be (optionally) cleaned and then rebuilt.
|
# 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
|
# 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.
|
# build bots then the contents should be changed so git updates the mtime.
|
||||||
2017-05-06
|
2017-05-13
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue