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: unassignedb...@nondot.org ReportedBy: goh...@apple.com CC: llvmbugs@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. _______________________________________________ LLVMbugs mailing list LLVMbugs@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs