Programming Languages Research Group: Git - oota-llvm.git/atom - examples/Kaleidoscope/Orc/fully_lazy/CMakeLists.txt history C/C++ LLVM-based compilers that forbids OOTA behaviors http://plrg.eecs.uci.edu/git/?p=oota-llvm.git Peizhao Ou static/git-favicon.png static/git-logo.png 2015-02-19T19:06:04Z gitweb [orcjit] Include CMake support for the fully_lazy example and fix the build 2015-02-19T19:06:04Z David Blaikie dblaikie@gmail.com David Blaikie dblaikie@gmail.com 2015-02-19T19:06:04Z http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff;h=9be681366a2e6aa988218e6339cc501c492b65b0
[orcjit] Include CMake support for the fully_lazy example and fix the build

Not sure if/how to make the CMake build use C++14 for the examples, so
let's stick to C++11 for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229888 91177308-0d34-0410-b5e6-96231b3b80d8
  • [D] examples/Kaleidoscope/Orc/fully_lazy/CMakeLists.txt
[Orc][Kaleidoscope] Add an example of extreme-laziness in Orc. 2015-02-17T05:40:42Z Lang Hames lhames@gmail.com Lang Hames lhames@gmail.com 2015-02-17T05:40:42Z http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff;h=a2fe1f3137831ca4d7708139d38fc074d8052c90
[Orc][Kaleidoscope] Add an example of extreme-laziness in Orc.

The version of the tutorial uses the new compile callbacks API to inject stubs
that trigger IRGen & Codegen of their respective function bodies when they are
first called.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229466 91177308-0d34-0410-b5e6-96231b3b80d8
  • [D] examples/Kaleidoscope/Orc/fully_lazy/CMakeLists.txt