[LLVMbugs] [Bug 10637] New: no reliable or complete documentation on bitcode IR
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Aug 10 16:24:56 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10637
Summary: no reliable or complete documentation on bitcode IR
Product: Documentation
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: General docs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rkotler at mips.com
CC: llvmbugs at cs.uiuc.edu
there should be a bnf and description of the IR for LLVM.
even the most basic things are missing.
like for example:
@i = external global i32
it's easy to guess what this means but there is no syntax definition for a
variable in IR
i'm looking at http://llvm.org/docs/LangRef.html
--
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