]> granicus.if.org Git - llvm/commitdiff
last changes for now
authorChris Lattner <sabre@nondot.org>
Sun, 7 Apr 2019 14:34:24 +0000 (14:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Apr 2019 14:34:24 +0000 (14:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357868 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/MyFirstLanguageFrontend/index.rst

index becec88eaa6c2cf2984b2248dacbf3cc3e7d3dc0..dcf9d5814fbe6978946352fede11ddab5c2fc981 100644 (file)
@@ -63,8 +63,8 @@ allowing you to skip ahead as you wish:
 -  `Chapter #8: Compiling to Object Files <LangImpl08.html>`_ - This
    chapter explains how to take LLVM IR and compile it down to object
    files, like a static compiler does.
--  `Chapter #9: Extending the Language: Debug Information
-   <LangImpl09.html>`_ - A real language needs to support debuggers, so we
+-  `Chapter #9: Debug Information <LangImpl09.html>`_ - A real language 
+   needs to support debuggers, so we
    add debug information that allows setting breakpoints in Kaleidoscope
    functions, print out argument variables, and call functions!
 -  `Chapter #10: Conclusion and other tidbits <LangImpl10.html>`_ - This