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:
commit
6c949655de
2 changed files with 2 additions and 2 deletions
2
src/llvm
2
src/llvm
|
|
@ -1 +1 @@
|
|||
Subproject commit a5ef0696d7c103006d3cb1f4263bad0ca13adca8
|
||||
Subproject commit d9e7d2696e41983b6b5a0b4fac604b4e548a84d3
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue