diff options
author | Davide Italiano <davide@freebsd.org> | 2016-09-13 06:31:37 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2016-09-13 06:31:37 +0000 |
commit | 11cfa45bec048b2c363aaca6870bf579b647c101 (patch) | |
tree | a18c13a1834d2f0b4c77d0611bd7a687e126a793 /llvm/docs/tutorial | |
parent | d0f70eb55746b7423cfc5a17737bbe1d2398150a (diff) | |
download | bcm5719-llvm-11cfa45bec048b2c363aaca6870bf579b647c101.tar.gz bcm5719-llvm-11cfa45bec048b2c363aaca6870bf579b647c101.zip |
[Docs] Fix a broken link in the Kaleidoscope tutorial.
Patch by: Alfred Perlstein <alfred@FreeBSD.org>
llvm-svn: 281297
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/LangImpl02.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl02.rst b/llvm/docs/tutorial/LangImpl02.rst index 701cbc96113..ac8d2d79874 100644 --- a/llvm/docs/tutorial/LangImpl02.rst +++ b/llvm/docs/tutorial/LangImpl02.rst @@ -708,7 +708,7 @@ For example, here is a sample interaction: There is a lot of room for extension here. You can define new AST nodes, extend the language in many ways, etc. In the `next -installment <LangImpl3.html>`_, we will describe how to generate LLVM +installment <LangImpl03.html>`_, we will describe how to generate LLVM Intermediate Representation (IR) from the AST. Full Code Listing |