hanchenye-llvm-project/llvm/examples/Fibonacci
Lang Hames 717eacfcf4 [MCJIT] Update MCJIT and get the fibonacci example working again.
MCJIT will now set the DataLayout on a module when it is added to the JIT,
rather than waiting until it is codegen'd, and the runFunction method will
finalize the module containing the function to be run before running it.

The fibonacci example has been updated to include and link against MCJIT.

llvm-svn: 272455
2016-06-11 05:47:04 +00:00
..
CMakeLists.txt [MCJIT] Update MCJIT and get the fibonacci example working again. 2016-06-11 05:47:04 +00:00
fibonacci.cpp [MCJIT] Update MCJIT and get the fibonacci example working again. 2016-06-11 05:47:04 +00:00