[LLVMbugs] [Bug 3313] New: LangRef never defines syntax for type symbol table

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Jan 11 07:13:25 PST 2009


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

           Summary: LangRef never defines syntax for type symbol table
           Product: Documentation
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: General docs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: nicholas at mxc.ca
                CC: llvmbugs at cs.uiuc.edu


This sort of code:

  %struct.foo = type { i32, i32 }

is never defined by the LangRef, though it's used in the example for
getelementptr. That should be in there somewhere. It should also make it clear
whether it applies to all Types or just StructType, and what the behaviour is
on multiple definitions of the same type (currently we silently collapse them
and pick one name).


-- 
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