Perhaps somebody out there knows where this link should point: http://llvm.org/docs/ProgrammersManual.html#TypeResolve It simply goes to the top of the document, probably because something has been deleted or the document has been converted to reST. It is found on the last page of the Kaleidoscope tutorial: http://llvm.org/docs/tutorial/LangImpl8.html. -- Mikael -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131123/df76691f/attachment.html>
> 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
Apparently Analagous Threads
- [LLVMdev] Adding fields in a already built type? (2)
- [LLVMdev] Adding fields in a already built type?
- [LLVMdev] Adding fields in a already built type? (2)
- [LLVMdev] Fwd: Tiny bug in Kaleidoscope sample (FALSE ALARM)
- [LLVMdev] Order of fiels and structure usage