mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
52ce0c101e
This compiles with no changes to clang/lld/lldb with MSVC and includes overloads to various functions which are used by those projects and llvm which have OwningPtr's as parameters. This should allow out of tree projects some time to move. There are also no changes to libs/Target, which should help out of tree targets have time to move, if necessary. llvm-svn: 203083 |
||
---|---|---|
.. | ||
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.