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)
commit23cf05ab9e2a5970ff9ee367d2f4af0a60285b49
treeb08451cb237572058a1a8070deb2e3bf70cf74dd
parent72878a54ff39aedcd9284ef15403adf547a87b64
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223671 91177308-0d34-0410-b5e6-96231b3b80d8
docs/tutorial/LangImpl8.rst
docs/tutorial/LangImpl9.rst [new file with mode: 0644]
examples/Kaleidoscope/Chapter8/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Chapter8/Makefile [new file with mode: 0644]
examples/Kaleidoscope/Chapter8/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/Makefile