The CLR's personality routine passes the pointer to the establisher frame
in RCX, not RDX.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Add a test?
lib/Target/X86/X86FrameLowering.cpp | ||
---|---|---|
718 | Should we use the shadow slot for RCX at [RSP+8], or do we not care? |
Comment Actions
lgtm
lib/Target/X86/X86FrameLowering.cpp | ||
---|---|---|
718 | Oh, nevermind, I see this is not emitted for CLR funclets. |
Should we use the shadow slot for RCX at [RSP+8], or do we not care?