OSDN Git Service

Add a HowToUseLLJIT example project.
authorLang Hames <lhames@gmail.com>
Wed, 22 May 2019 21:38:41 +0000 (21:38 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 22 May 2019 21:38:41 +0000 (21:38 +0000)
commit21dbb437f800308cfe14b28fe08035c9c1b74d0b
treefa50ac162da489c5dbf2428af583746d1a8d02b2
parente70061f6fbb7c413b42b331473cd52fc837c8267
Add a HowToUseLLJIT example project.

A very minimal demo of how to use the LLJIT class, along the lines of the old
HowToUseJIT example.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361435 91177308-0d34-0410-b5e6-96231b3b80d8
examples/CMakeLists.txt
examples/HowToUseLLJIT/CMakeLists.txt [new file with mode: 0644]
examples/HowToUseLLJIT/HowToUseLLJIT.cpp [new file with mode: 0644]