[PATCH] D35103: Expand clang-interpreter with example of throwing in and from the JIT for Windows64.
Frederich Munch via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 13 15:22:55 PDT 2017
marsupial updated this revision to Diff 106548.
marsupial added a comment.
Blocked Win64 SEH for MingW entirely.
Theoretically it should be possible to throw a SEH from within mingw, but but I'm thinking clang may be generating exception handlers for the gcc runtime in that case.
I'll leave it up to someone with interest in such a mixture to figure that tout.
https://reviews.llvm.org/D35103
Files:
examples/clang-interpreter/CMakeLists.txt
examples/clang-interpreter/Invoke.cpp
examples/clang-interpreter/Invoke.h
examples/clang-interpreter/Manager.cpp
examples/clang-interpreter/Manager.h
examples/clang-interpreter/README.txt
examples/clang-interpreter/Test.cxx
examples/clang-interpreter/main.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35103.106548.patch
Type: text/x-patch
Size: 26926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170713/6c051d9e/attachment-0001.bin>
More information about the cfe-commits
mailing list