[LLVMbugs] [Bug 2418] New: llc produces C file with duplicate symbols

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Jun 6 04:45:50 PDT 2008


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

           Summary: llc produces C file with duplicate symbols
           Product: new-bugs
           Version: unspecified
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: ccris at doc.ic.ac.uk
                CC: llvmbugs at cs.uiuc.edu


This test is against repository version l52043.

To reproduce, do the following using the attached main.bc:
  >llc -march=c main.bc -o main.c
  >gcc -c main.c
main.c:381: error: redefinition of ‘L_OBJC_METH_VAR_NAME_0’
main.c:379: error: previous definition of ‘L_OBJC_METH_VAR_NAME_0’ was here

Original posting on llvmdev:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2008-June/015118.html


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