From 84411dc5e38b97697ab8385646c0650b6d8fb1d9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 5 Nov 2007 19:28:07 +0000 Subject: recursive types are our friend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43727 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/LangImpl8.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/tutorial/LangImpl8.html b/docs/tutorial/LangImpl8.html index 9a1a8a2..4e7f087 100644 --- a/docs/tutorial/LangImpl8.html +++ b/docs/tutorial/LangImpl8.html @@ -89,7 +89,10 @@ very easy and are quite useful for many different applications. Adding them is mostly an exercise in learning how the LLVM getelementptr instruction works. The getelementptr instruction is so nifty/unconventional, it has its own FAQ!). +href="../GetElementPtr.html">has its own FAQ!). If you add support +for recursive types (e.g. linked lists), make sure to read the section in the LLVM +Programmer's Manual that describes how to construct them.
  • standard runtime - Our current language allows the user to access arbitrary external functions, and we use it for things like "printd" and -- cgit v1.1