[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 6 21:11:44 PDT 2017


marsupial created this revision.
Herald added a subscriber: mgorny.

Getting this to work is not particularly obvious, and having it as an example should be helpful.
Portions of this could be placed into LLVM, but as a whole it seems necessary to do this a higher level.


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.105582.patch
Type: text/x-patch
Size: 25979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170707/3d9c6315/attachment-0001.bin>


More information about the cfe-commits mailing list