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)
commite3748b5a85759b6a01661ba34707b297d3a35c12
treed2927895fb96320a76e491cbe5aa81dd3db78c88
parentb79a25b124376262b5df89686bf0c374ada0e977
Add a HowToUseLLJIT example project.

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

llvm-svn: 361435
llvm/examples/CMakeLists.txt
llvm/examples/HowToUseLLJIT/CMakeLists.txt [new file with mode: 0644]
llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp [new file with mode: 0644]