Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 092251c

Browse files
committed
Rename the 'Extending the Language: Debug Information' to 'Adding Debug Information' since this isn't actually modifying/extending the language.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228512 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 2134ae7 commit 092251c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/tutorial/LangImpl7.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -856,5 +856,5 @@ Here is the code:
856856
.. literalinclude:: ../../examples/Kaleidoscope/Chapter7/toy.cpp
857857
:language: c++
858858

859-
`Next: Extending the Language: Debug Information <LangImpl8.html>`_
859+
`Next: Adding Debug Information <LangImpl8.html>`_
860860

docs/tutorial/LangImpl8.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=======================================================
2-
Kaleidoscope: Extending the Language: Debug Information
3-
=======================================================
1+
======================================
2+
Kaleidoscope: Adding Debug Information
3+
======================================
44

55
.. contents::
66
:local:

0 commit comments

Comments
 (0)