summaryrefslogtreecommitdiffstats
path: root/clang/examples/clang-interpreter/Invoke.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert clang-interpreter to ORC JIT APIStephane Sezer2018-05-251-31/+0
| | | | | | | | | | | | | | Summary: This mostly re-uses code from the KaleidoscopeJIT example. Reviewers: ddunbar, lhames Reviewed By: lhames Subscribers: mgrang, alexshap, mgorny, xiaobai, cfe-commits Differential Revision: https://reviews.llvm.org/D45897 llvm-svn: 333302
* Expand clang-interpreter with example of throwing in and from the JIT for ↵Frederich Munch2018-03-141-0/+31
Windows64. Summary: 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. Reviewers: lhames, mehdi_amini Reviewed By: lhames Subscribers: mgrang, martell, cfe-commits, mgorny Differential Revision: https://reviews.llvm.org/D35103 llvm-svn: 327528
OpenPOWER on IntegriCloud