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

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 27 06:58:10 PDT 2018


joerg added a comment.

Given that .eh_frame sections can be used to create backtraces i.e. from signal handlers, this seems to be undesirable in the generality. Shouldn't this attribute be conditional on whether functions are normally supposed to have unwind data?


Repository:
  rL LLVM

https://reviews.llvm.org/D46082





More information about the llvm-commits mailing list