Auto merge of #43313 - pftbest:fix_asm, r=alexcrichton

[LLVM] Fix an assertion when a weak symbol is defined in global_asm.

This change will fix the issue from
https://github.com/japaric/svd2rust/pull/130

cc @japaric
r? @alexcrichton
This commit is contained in:
bors 2017-07-21 15:42:17 +00:00
commit 6c949655de
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit a5ef0696d7c103006d3cb1f4263bad0ca13adca8
Subproject commit d9e7d2696e41983b6b5a0b4fac604b4e548a84d3

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-07-12
2017-07-18