I'm working thought the Kaleidoscope tutorials for LLVM 3.3 and noticed the code listing for chapter 4 is out of date on the web. Take a look at http://llvm.org/releases/3.3/docs/tutorial/LangImpl4.html. The first line includes llvm/DerivedTypes.h, but this does not compile. The correct path is llvm/IR/Derivedtypes.h. There are other differences, and the examples that I pulled along with the source are correct. -Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130704/b3297728/attachment.html>
The new version of doc has changed that. http://llvm.org/docs/tutorial/LangImpl4.html 2013/7/5 Andy Jost <Andrew.Jost at synopsys.com>> I’m working thought the Kaleidoscope tutorials for LLVM 3.3 and noticed > the code listing for chapter 4 is out of date on the web.**** > > ** ** > > Take a look at http://llvm.org/releases/3.3/docs/tutorial/LangImpl4.html. > The first line includes llvm/DerivedTypes.h, but this does not compile. > The correct path is llvm/IR/Derivedtypes.h. There are other differences, > and the examples that I pulled along with the source are correct.**** > > ** ** > > -Andy**** > > ** ** > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130709/c79fd8a0/attachment.html>
Maybe Matching Threads
- [LLVMdev] Kaleidoscope-tutorial: Fails to create the JIT
- [LLVMdev] Kaleidoscope-tutorial: Fails to create the JIT
- [LLVMdev] Kaleidoscope-tutorial: Fails to create the JIT
- [LLVMdev] Segmentation fault - Kaleidoscope
- [LLVMdev] Kaleidoscope-tutorial: Fails to create the JIT