[PATCH] D41705: Place undefined globals in .bss instead of .data
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 26 12:10:01 PST 2018
efriedma requested changes to this revision.
efriedma added a comment.
This revision now requires changes to proceed.
I was going to apply this, but then I found there's a "make check" failure caused by this change:
[...]/llvm/test/CodeGen/ARM/memfunc.ll:425:10: error: expected string not found in input
; CHECK: arr8:
^
<stdin>:341:1: note: scanning from here
_arr9:
^
<stdin>:341:2: note: possible intended match here
_arr9:
^
Probably the test just needs to be updated, but please take a look.
https://reviews.llvm.org/D41705
More information about the llvm-commits
mailing list