[PATCH] D104807: [SjLj] Insert UnregisterFn before musttail call

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 12:15:09 PDT 2021


wenlei added a comment.

The change looks good. But...

- I wonder how many more times we'll have to deal with this.. It indeed seems hard to enforce without IR change :(
- Are we hitting SJLJ path? I thought there's no usage of that for our codebase.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104807/new/

https://reviews.llvm.org/D104807



More information about the llvm-commits mailing list