]> git.lizzy.rs Git - rust.git/commitdiff
Fix LLVM assertion when a weak symbol is defined in global_asm.
authorVadzim Dambrouski <pftbest@gmail.com>
Tue, 18 Jul 2017 11:40:51 +0000 (14:40 +0300)
committerVadzim Dambrouski <pftbest@gmail.com>
Tue, 18 Jul 2017 13:52:00 +0000 (16:52 +0300)
This change will fix the issue from
https://github.com/japaric/svd2rust/pull/130

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

index a5ef0696d7c103006d3cb1f4263bad0ca13adca8..d9e7d2696e41983b6b5a0b4fac604b4e548a84d3 160000 (submodule)
--- a/src/llvm
+++ b/src/llvm
@@ -1 +1 @@
-Subproject commit a5ef0696d7c103006d3cb1f4263bad0ca13adca8
+Subproject commit d9e7d2696e41983b6b5a0b4fac604b4e548a84d3
index 6b410502e491c2031145a93b3f18fe505e0912e0..c30290167d48e4957ef6c67a7ce7b5eddddc55d2 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-07-12
+2017-07-18