[llvm] [llvm] Win x64 Unwind V2 1/n: Mark beginning and end of epilogs (PR #110024)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 12:21:42 PDT 2024
================
@@ -33,10 +33,12 @@ f: # @f
.seh_stackalloc 32
.seh_endprologue
nop
+ .seh_startepilogue
----------------
efriedma-quic wrote:
Please add a test somewhere for the ".seh_ directive must appear within an active frame" diagnostic.
https://github.com/llvm/llvm-project/pull/110024
More information about the llvm-commits
mailing list