[LLVMbugs] [Bug 1659] New: libstdc++ fails to build on darwin/x86-64

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Sep 14 15:38:21 PDT 2007


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

           Summary: libstdc++ fails to build on darwin/x86-64
           Product: libraries
           Version: 1.0
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: compile-fail
          Severity: normal
          Priority: P2
         Component: Backend: X86
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org
                CC: llvmbugs at cs.uiuc.edu


libstdc++ fails to build on darwin/x86-64.  This isn't suggested, but it should
still at least build :).  The failure is:

eh_alloc.s:183:unknown section type:
non_lazy_symbol_pointerseh_alloc.s:183:Rest of line ignored. 1st junk character
valued 76 (L).
eh_alloc.s:184:Unknown pseudo-op: .indirect_symboleh_alloc.s:184:Rest of line
ignored. 1st junk character valued 95 (_).

The generated code in question is:

.section __IMPORT,__pointers,non_lazy_symbol_pointers
L___gxx_personality_v0$non_lazy_ptr:
        .indirect_symbol ___gxx_personality_v0
        .long   0
        .subsections_via_symbols

Bill, can you take a look at this?

-Chris


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