[LLVMbugs] [Bug 5295] New: llvm-as doesn't reject invalid .ll file

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Oct 23 22:23:56 PDT 2009


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

           Summary: llvm-as doesn't reject invalid .ll file
           Product: libraries
           Version: 1.0
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: LLVM assembly language parser
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: clattner at apple.com
                CC: llvmbugs at cs.uiuc.edu


llvm-as accepts this and autorenames the function:

@test1 = global i32 4

define void @test1() {
  ret void
}


it should be rejected.


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