summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/Chapter8
Commit message (Collapse)AuthorAgeFilesLines
...
* Reorder.NAKAMURA Takumi2015-01-191-1/+1
| | | | llvm-svn: 226419
* [CMake] examples/Kaleidoscope: Prune redundant libdeps.NAKAMURA Takumi2015-01-191-5/+0
| | | | llvm-svn: 226418
* Kaleidoscope: Value => MetadataDuncan P. N. Exon Smith2015-01-061-1/+1
| | | | llvm-svn: 225320
* cmake: Add Kaleidoscope targetDuncan P. N. Exon Smith2015-01-061-1/+1
| | | | llvm-svn: 225318
* Once more on the cmake build. nativecodegen->native on the dependencies.Eric Christopher2014-12-081-1/+1
| | | | | | Thanks to Rafael Espindola for testing assistance. llvm-svn: 223678
* Attempt to fix the cmake build by requiring mcjit on the cmakeEric Christopher2014-12-081-0/+1
| | | | | | dependencies for the KS tutorials llvm-svn: 223677
* Fix KS tutorial build failure.Eric Christopher2014-12-081-4/+5
| | | | | | | make all doesn't build the examples and it was uniquified since last build. llvm-svn: 223675
* Add Chapter 8 to the Kaleidoscope tutorial. This chapter addsEric Christopher2014-12-083-0/+1526
a description of how to add debug information using DWARF and DIBuilder to the language. Thanks to David Blaikie for his assistance with this tutorial. llvm-svn: 223671
OpenPOWER on IntegriCloud