[LLVMbugs] [Bug 2609] New: unknown exception handling label

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Jul 29 12:42:11 PDT 2008


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

           Summary: unknown exception handling label
           Product: new-bugs
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: baldrick at free.fr
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=1869)
 --> (http://llvm.org/bugs/attachment.cgi?id=1869)
testcase .ll

This breaks the llvm-gcc x86-32 linux build.

Compile the attached testcase with llc then try to assemble the result:

$ llc -f istream.bc && as -o istream.o istream.s
istream.s: Assembler messages:
istream.s:222: Error: can't resolve `.Llabel6' {*UND* section} -
`.Leh_func_begin1' {.text section}


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