[PATCH] D101401: [XCOFF] Handle the case when personality routine is an alias
Jason Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 27 14:39:43 PDT 2021
jasonliu created this revision.
jasonliu added reviewers: daltenty, DiggerLin, hubert.reinterpretcast, xingxue.
Herald added subscribers: hiraditya, nemanjai.
jasonliu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Personality routine could be an alias to another personality routine.
Fix the situation when we compile the file that contains the personality routine and the file also have functions that need to refer to the personality routine.
https://reviews.llvm.org/D101401
Files:
llvm/lib/Analysis/EHPersonalities.cpp
llvm/lib/CodeGen/AsmPrinter/AIXException.cpp
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
llvm/test/CodeGen/PowerPC/aix-personality-alias.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101401.340990.patch
Type: text/x-patch
Size: 5026 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210427/209b37d4/attachment.bin>
More information about the llvm-commits
mailing list