From 2dd25b04131905e65c931ffb415a6a8a31d3749e 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357868 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 -- 2.50.1