From b2fa5cc247f3c5b3be1f42ea479b635c571f2c14 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 7 Apr 2019 14:34:24 +0000 Subject: [PATCH] last changes for now llvm-svn: 357868 --- docs/tutorial/MyFirstLanguageFrontend/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/MyFirstLanguageFrontend/index.rst b/docs/tutorial/MyFirstLanguageFrontend/index.rst index becec88eaa6..dcf9d5814fb 100644 --- a/docs/tutorial/MyFirstLanguageFrontend/index.rst +++ b/docs/tutorial/MyFirstLanguageFrontend/index.rst @@ -63,8 +63,8 @@ allowing you to skip ahead as you wish: - `Chapter #8: Compiling to Object Files `_ - 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 - `_ - A real language needs to support debuggers, so we +- `Chapter #9: Debug Information `_ - 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 `_ - This