Make Win64 localescape offsets FP relative instead of SP relative
We made them SP relative back in March (r233137) because that's the value the runtime passes to EH functions. With the new cleanuppad IR, funclets adjust their frame argument from SP to FP, so our offsets should now be FP-relative. llvm-svn: 250088
Loading
Please register or sign in to comment