]> git.lizzy.rs Git - rust.git/commitdiff
LLVM: Add support for EABI-compliant libcalls on MSP430.
authorVadzim Dambrouski <pftbest@gmail.com>
Fri, 12 May 2017 22:37:43 +0000 (01:37 +0300)
committerVadzim Dambrouski <pftbest@gmail.com>
Sat, 13 May 2017 18:23:00 +0000 (21:23 +0300)
This change will allow rust code to have proper support for division
and multiplication using libgcc libcalls.

src/llvm
src/rustllvm/llvm-rebuild-trigger

index cf85b5a8da7853c4de5cc57766da8b7988c06461..1ef3b9128e1baaed61b42d5b0de79dee100acf17 160000 (submodule)
--- a/src/llvm
+++ b/src/llvm
@@ -1 +1 @@
-Subproject commit cf85b5a8da7853c4de5cc57766da8b7988c06461
+Subproject commit 1ef3b9128e1baaed61b42d5b0de79dee100acf17
index d73d1c25e5bdb6ec1cc14b9acef626db7e433145..70663f30e8f9e1a579ea103b1eb9492b277b7d39 100644 (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