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


Duncan Sands <[email protected]> changed:

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




--- Comment #4 from Duncan Sands <[email protected]>  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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to