1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[Docs] Fix a broken link in the Kaleidoscope tutorial.

Patch by:	Alfred Perlstein <alfred@FreeBSD.org>

llvm-svn: 281297
This commit is contained in:
Davide Italiano 2016-09-13 06:31:37 +00:00
parent a99c64a2ce
commit 0218958ed1

View File

@ -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