[LLVMbugs] [Bug 2365] New: Tutorial examples broken in 2.2

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun May 25 17:22:52 PDT 2008


http://llvm.org/bugs/show_bug.cgi?id=2365

           Summary: Tutorial examples broken in 2.2
           Product: new-bugs
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: documentation
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: markleone at gmail.com
                CC: llvmbugs at cs.uiuc.edu


A couple of changes in 2.2 appear to have broken the examples in the tutorial
(llvm.org/docs/tutorial).  E.g. in the first example IRBuilder must be replaced
with LLVMBuilder and BasicBlock::create() must be replaced with new
BasicBlock().

(Apologies if documentation issues are not appropriate for bugzilla.)

Mark Leone


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list