[LLVMbugs] [Bug 1761] New: llc generates invalid assembly: junk at end of line, first unrecognized character is `('

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Nov 3 13:45:53 PDT 2007


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

           Summary: llc generates invalid assembly: junk at end of line,
                    first unrecognized character is `('
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: edwintorok at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=1181)
 --> (http://llvm.org/bugs/attachment.cgi?id=1181)
reduced C testcase

When I compile the original testcase from
http://llvm.org/bugs/show_bug.cgi?id=1748, I get:
$ llvm-gcc t.i
/tmp/cc9CxtGh.s: Assembler messages:
/tmp/cc9CxtGh.s:15: Error: junk at end of line, first unrecognized character is
`('

if I compile to bitcode and then run llc *and* assemble the resulting assembly
I get the same message.
Attached reduced testcases (with delta and bugpoint)


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