summaryrefslogtreecommitdiff
path: root/examples/clang-interpreter/CMakeLists.txt
AgeCommit message (Expand)Author
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-01-14Add LLVMOption to clang-interpreter, corresponding to r291938.NAKAMURA Takumi
2014-07-24Attempt at fixing the windows shared build.Rafael Espindola
2014-07-24Use MCJIT.Rafael Espindola
2014-07-15Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi
2014-07-01clang-interpreter: use LLVM interpreter if JIT is unavailableAlp Toker
2014-07-01clang-interpreter: interpret instead of JITingAlp Toker
2013-12-10[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi
2013-03-26The IRReader header is now part of its own library. Update the includeChandler Carruth
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-04-13Remove clangIndex reference from clang-interpreter CMake buildDouglas Gregor
2011-10-30Add support for lazily linking bitcode files (using a newPeter Collingbourne
2011-02-14[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek
2010-12-23Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek
2010-12-22[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis
2010-12-22[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
2010-08-26clang-interpreter: libFrontend depends on libSerialization. Fix linux build b...Benjamin Kramer
2010-08-24Add Serialization dependency to clang-interpreterPeter Collingbourne
2010-07-24Fix clang-interpreter buildPeter Collingbourne
2010-06-08Teach the PrintFunctionNames example to be a proper module, so thatDouglas Gregor
2010-02-27Wire up Daniel's new spiffy C interpreter into the CMake build systemKovarththanan Rajaratnam