[LLVMbugs] [Bug 6888] New: Missing error string
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 21 15:31:02 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=6888
Summary: Missing error string
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: LLVM assembly language parser
AssignedTo: unassignedbugs at nondot.org
ReportedBy: gohman at apple.com
CC: llvmbugs at cs.uiuc.edu
The following is obviously invalid syntax:
define void @p(<3 x i32>* %p, <3 x i32> %x) {
store <3 x i32> %x, i32 1, i32 1>, <3 x i32>* %p
ret void
}
llvm-as diagnoses the error, but doesn't provide an error string, so llvm-as
fails like this:
$ llvm-as t.ll
llvm-as:
$
--
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