[LLVMbugs] [Bug 1289] NEW: Drop "implementation" keyword in AsmParser
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Mar 29 12:01:44 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1289
Summary: Drop "implementation" keyword in AsmParser
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: LLVM assembly language parser
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rspencer at x10sys.com
Before 2.0 ships, we need to drop support for parsing the implementation keyword
in AsmParser. The AsmWriter no longer generates it. It isn't needed. We also
don't want "checkpoint". Instead we do want the AsmParser to check for
incomplete types and values upon EOF. So, just move the checks done by
"implementation" into the code at the end of the parse. When this is done, the
test case:
test/Assembler/2003-12-30-TypeMapInvalidMemory.llx
will need to be updated to drop use of "implementation".
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list