[LLVMbugs] [Bug 1645] New: llvm-as refuses to assemble llvm-gcc output ( weak references)

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Sep 7 14:05:04 PDT 2007


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

           Summary: llvm-as refuses to assemble llvm-gcc output (weak
                    references)
           Product: new-bugs
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          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=1106)
 --> (http://llvm.org/bugs/attachment.cgi?id=1106)
.ll that doesn't assemble

The attached LLVM assembler was produced by running
llvm-gcc on unwind-dw2.c in the gcc sources with
options -S -emit-llvm, at -O0.  However trying to
assemble it with llvm-as gives

llvm-as unwind-dw2.ll
llvm-as: unwind-dw2.ll:5660,0: Unresolved global references exist:
  i32 (i32) * __gthrw_pthread_cancel

Checking by hand shows that everything is dandy, so
this seems to be an llvm-as bug.


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