diff options
author | Chris Lattner <sabre@nondot.org> | 2019-04-07 14:34:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2019-04-07 14:34:24 +0000 |
commit | 32a8e742e2ff43090fb7d643d05c39a51c100941 (patch) | |
tree | e39af503d0e03ffe8af12d110c650428bebde18f /llvm/docs/tutorial/MyFirstLanguageFrontend | |
parent | 0fa6c15873d103a3fdd842c93641fb2e6e8730e2 (diff) | |
download | bcm5719-llvm-32a8e742e2ff43090fb7d643d05c39a51c100941.tar.gz bcm5719-llvm-32a8e742e2ff43090fb7d643d05c39a51c100941.zip |
last changes for now
llvm-svn: 357868
Diffstat (limited to 'llvm/docs/tutorial/MyFirstLanguageFrontend')
-rw-r--r-- | llvm/docs/tutorial/MyFirstLanguageFrontend/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/MyFirstLanguageFrontend/index.rst b/llvm/docs/tutorial/MyFirstLanguageFrontend/index.rst index becec88eaa6..dcf9d5814fb 100644 --- a/llvm/docs/tutorial/MyFirstLanguageFrontend/index.rst +++ b/llvm/docs/tutorial/MyFirstLanguageFrontend/index.rst @@ -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 |