[LLVMbugs] [Bug 3611] AsmWriter produces wrong output for functions with no name

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Feb 19 04:57:53 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=3611


Duncan Sands <baldrick at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #4 from Duncan Sands <baldrick at free.fr>  2009-02-19 06:57:51 ---
Thanks a lot.  Unfortunately globals still don't parse.
Consider

  @0 = global i32 0

Then llvm-as says:

  llvm-as: noname.ll:1:1: expected top-level entity
  @0 = global i32 0
  ^


-- 
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