diff options
author | Reid Kleckner <reid@kleckner.net> | 2015-06-11 22:32:23 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2015-06-11 22:32:23 +0000 |
commit | a9d62535727e23588c86dd6ad1d339cb331799ac (patch) | |
tree | 080dba998fbb1a75d1939d30c6428d450d08a5f2 /clang/lib/Basic/FileSystemStatCache.cpp | |
parent | 6bb26dafa4cda63c14da97e65eff1e982375fd16 (diff) | |
download | llvm-a9d62535727e23588c86dd6ad1d339cb331799ac.zip llvm-a9d62535727e23588c86dd6ad1d339cb331799ac.tar.gz llvm-a9d62535727e23588c86dd6ad1d339cb331799ac.tar.bz2 |
[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
This intrinsic is like framerecover plus a load. It recovers the EH
registration stack allocation from the parent frame and loads the
exception information field out of it, giving back a pointer to an
EXCEPTION_POINTERS struct. It's designed for clang to use in SEH filter
expressions instead of accessing the EXCEPTION_POINTERS parameter that
is available on x64.
This required a minor change to MC to allow defining a label variable to
another absolute framerecover label variable.
llvm-svn: 239567
Diffstat (limited to 'clang/lib/Basic/FileSystemStatCache.cpp')
0 files changed, 0 insertions, 0 deletions