[PATCH] D80238: [AArch64] Fix unwind info generated by outliner.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 19 23:57:45 PDT 2020
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
Oh right. Nice one. I hadn't even realized it created these cfi directives (although, I'm not sure what I did expect. That they magiked out of thin air?)
I agree that these now create the same as a clang compiled function doing the same thing, and seems to work for the testcase I had that was hanging. LGTM. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80238/new/
https://reviews.llvm.org/D80238
More information about the llvm-commits
mailing list