Auto merge of #48908 - varkor:bss-undefined-globals, r=alexcrichton

Merge LLVM fix for undefined bss globals

This fixes #41315.

r? @japaric
This commit is contained in:
bors 2018-03-11 07:05:00 +00:00
commit cd6e30bc0b
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 0903c72cbbc3dafcb5c88820e4a8a98c3a764cf3
Subproject commit 6ceaaa4b0176a200e4bbd347d6a991ab6c776ede

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.
2018-03-06
2018-03-10