[llvm] r357868 - last changes for now
Chris Lattner via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 7 07:34:25 PDT 2019
Author: lattner
Date: Sun Apr 7 07:34:24 2019
New Revision: 357868
URL: http://llvm.org/viewvc/llvm-project?rev=357868&view=rev
Log:
last changes for now
Modified:
llvm/trunk/docs/tutorial/MyFirstLanguageFrontend/index.rst
Modified: llvm/trunk/docs/tutorial/MyFirstLanguageFrontend/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/MyFirstLanguageFrontend/index.rst?rev=357868&r1=357867&r2=357868&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/MyFirstLanguageFrontend/index.rst (original)
+++ llvm/trunk/docs/tutorial/MyFirstLanguageFrontend/index.rst Sun Apr 7 07:34:24 2019
@@ -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
More information about the llvm-commits
mailing list