[PATCH] D46082: [LowerTypeTests] Mark .cfi.jumptable nounwind.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 27 12:16:32 PDT 2018


efriedma added a comment.

Are you asking about the case where -fasynchronous-unwind-tables is enabled?  We normally represent that using the uwtable attribute.  Not sure how we would decide whether we need the uwtable attribute; I guess we could scan the module and check if there are any other functions marked uwtable.


Repository:
  rL LLVM

https://reviews.llvm.org/D46082





More information about the llvm-commits mailing list