This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e70061f6fbb TableGen: Handle nontrivial foreach range bounds new 21dbb437f80 Add a HowToUseLLJIT example project. new 1c43a556b80 [Runtimes] If LLVM_INCLUDE_TESTS=On depend on gtest
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: examples/CMakeLists.txt | 1 + examples/HowToUseLLJIT/CMakeLists.txt | 10 +++++ examples/HowToUseLLJIT/HowToUseLLJIT.cpp | 74 ++++++++++++++++++++++++++++++++ runtimes/CMakeLists.txt | 2 + 4 files changed, 87 insertions(+) create mode 100644 examples/HowToUseLLJIT/CMakeLists.txt create mode 100644 examples/HowToUseLLJIT/HowToUseLLJIT.cpp