[llvm] r329287 - ARM: Do not spill CSR to stack on entry to noreturn functions
Tim Northover via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 7 04:00:28 PDT 2018
On 6 April 2018 at 23:50, Tim Northover <t.p.northover at gmail.com> wrote:
>> I will be happy to help to investigate this and reland the patch.
>
> OK, so what's the next step? It's clearly not as simple as running
> buildbot_android.sh.
I eventually managed to reproduce it properly this morning and I think
the issue was that the patch should be respecting the "uwtable"
attribute too (added by compiler-rt via -funwind-tables). I've
recommitted with that fix applied.
Cheers.
Tim.
More information about the llvm-commits
mailing list