[PATCH] D54129: [AArch64] [Windows] Trap after noreturn calls.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 14:56:09 PST 2018


efriedma added a comment.

The case I'm trying to fix is functions/funclets which don't have an epilogue at all.  As far as I can tell, the x86 only emits SEH_Epilogue before an epilogue; I don't see how it's related.


Repository:
  rL LLVM

https://reviews.llvm.org/D54129





More information about the llvm-commits mailing list