[LLVMbugs] [Bug 5983] asmparser accepts {} as function body
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Jan 9 11:20:36 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=5983
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Chris Lattner <clattner at apple.com> 2010-01-09 13:20:36 ---
Right, fixed in r93067, we now produce:
llvm-as: t.ll:1:21: error: function body requires at least one basic block
define void @def() {}
^
--
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