mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-01 07:30:31 +00:00
8be7707c14
At the same time, fixes InstructionsTest::CastInst unittest: yes you can leave the IR in an invalid state and exit when you don't destroy the context (like the global one), no longer now. This is the first part of http://reviews.llvm.org/D19094 From: Mehdi Amini <mehdi.amini@apple.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266379 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
cached | ||
complete | ||
initial | ||
lazy | ||
README.txt |
//===----------------------------------------------------------------------===/ // Kaleidoscope with MCJIT //===----------------------------------------------------------------------===// The files in this directory are meant to accompany a series of blog posts that describe the process of porting the Kaleidoscope tutorial to use the MCJIT execution engine instead of the older JIT engine. When the blog posts are ready this file will be updated with links to the posts. These directories contain Makefiles that allow the code to be built in a standalone manner, independent of the larger LLVM build infrastructure.