[PATCH] D43993: Generate .eh_frame contents for nounwind function with landingpads
Liu, Lei via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 25 19:02:59 PDT 2018
Ping.
Could anyone help review this please?
Thanks,
Lei
On 2018年03月02日 10:41, Lei Liu via Phabricator wrote:
> lliu0 created this revision.
> Herald added a subscriber: llvm-commits.
>
> Nounwind function should have .eh_frame contents to catch exceptions thrown in the function itself. We should generate it if the function has landingpads even if it is declared with nounwind.
>
>
> Repository:
> rL LLVM
>
> https://reviews.llvm.org/D43993
>
> Files:
> include/llvm/CodeGen/AsmPrinter.h
> lib/CodeGen/AsmPrinter/AsmPrinter.cpp
> test/CodeGen/X86/eh_frame_nounwind.ll
>
More information about the llvm-commits
mailing list