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 libcalls.
This commit is contained in:
Vadzim Dambrouski
2017-05-13 01:37:43 +03:00
parent 77f1bec6f5
commit 51cebb3e63
2 changed files with 2 additions and 2 deletions

View File

@@ -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