llvm-project/clang/examples
Alp Toker 475f282b5d 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
2014-07-01 02:41:55 +00:00
..
PrintFunctionNames [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce CLANG_TABLEGEN_TARGETS. 2014-02-21 07:59:59 +00:00
analyzer-plugin [C++11] Remove the remaining uses of OwningPtr. 2014-03-09 11:34:25 +00:00
clang-interpreter clang-interpreter: interpret instead of JITing 2014-07-01 02:41:55 +00:00
CMakeLists.txt [CMake] Fix installation without CLANG_BUILD_EXAMPLES 2014-02-20 17:43:31 +00:00
Makefile examples/analyzer-plugin: hook up to build 2012-02-13 12:32:15 +00:00