| commit | 475f282b5ddb18fc4a6c96eddff28ba691c9fdc2 | [log] [tgz] |
|---|---|---|
| author | Alp Toker <alp@nuanti.com> | Tue Jul 01 02:41:55 2014 +0000 |
| committer | Alp Toker <alp@nuanti.com> | Tue Jul 01 02:41:55 2014 +0000 |
| tree | 4c892ea348f80f07a44ea80f33c1a7a008a0f294 | |
| parent | c0fda339e2c7b93316b24923131a145fbf81bace [diff] |
clang-interpreter: interpret instead of JITing Fixes the build when no targets are selected, or no native target is built. This also better matches up with the description/title of the example and demonstrates how clang can be used to run C++ on constrained environments without file IO or executable memory permissions (e.g. iOS apps). A comment is added explaining how to extend the demo with JIT support as needed. llvm-svn: 212083