[PATCH] D141913: WIP: Unwindabort: Add "unwindabort" syntax for the "call" instruction.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 05:50:32 PST 2023


lebedev.ri added inline comments.


================
Comment at: llvm/test/Verifier/unwindabort-personality.ll:8
+  ret void
+; CHECK: Call with unwindabort needs to be in a function with a personality.
+}
----------------
Need similar check for the `cannot use musttail with unwindabort`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141913



More information about the llvm-commits mailing list