[LLVMdev] "Broken" link in Kaleidoscope sample

Caldarale, Charles R Chuck.Caldarale at unisys.com
Fri Nov 22 21:03:53 PST 2013


> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Mikael Lyngvig
> Subject: [LLVMdev] "Broken" link in Kaleidoscope sample

> Perhaps somebody out there knows where this link should point:
> http://llvm.org/docs/ProgrammersManual.html#TypeResolve

> It is found on the last page of the Kaleidoscope tutorial: 
> http://llvm.org/docs/tutorial/LangImpl8.html.

I suspect it's left over from the pre 3.0 days.  Chris' blog has a discussion of what happened to the type system in 3.0:

http://blog.llvm.org/2011/11/llvm-30-type-system-rewrite.html

This has a brief example of how to construct a recursive type:

http://llvm.org/docs/LangRef.html#named-types

 - Chuck





More information about the llvm-dev mailing list