Add Chapter 8 to the Kaleidoscope tutorial. This chapter adds
authorEric Christopher <echristo@gmail.com>
Mon, 8 Dec 2014 18:00:47 +0000 (18:00 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 8 Dec 2014 18:00:47 +0000 (18:00 +0000)
commit05917fa60041518d5dc30eb4301fec8483dadb17
tree96876d7e2e21d2e8c411601f63b76fac6f6fe55b
parent1b74b65e9b52ea039d35b58ea9d9955caf607e75
Add Chapter 8 to the Kaleidoscope tutorial. This chapter adds
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
llvm/docs/tutorial/LangImpl8.rst
llvm/docs/tutorial/LangImpl9.rst [new file with mode: 0644]
llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt [new file with mode: 0644]
llvm/examples/Kaleidoscope/Chapter8/Makefile [new file with mode: 0644]
llvm/examples/Kaleidoscope/Chapter8/toy.cpp [new file with mode: 0644]
llvm/examples/Kaleidoscope/Makefile