mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 13:37:07 +00:00
1b8d4f74aa
Summary: This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html "I felt a great disturbance in the [build system], as if millions of [makefiles] suddenly cried out in terror and were suddenly silenced. I fear something [amazing] has happened." - Obi Wan Kenobi Reviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequark Subscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D16471 llvm-svn: 258861 |
||
---|---|---|
.. | ||
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.