[LLVMbugs] [Bug 6471] New: Missing destructor definition prevents bootstrap on ELF systems

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 2 14:46:48 PST 2010


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

           Summary: Missing destructor definition prevents bootstrap on
                    ELF systems
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


When compiling Instructions.ii with clang it is missing a strong definition of
the destructor

_ZN4llvm16UnaryInstructionD2Ev

This prevents bootstrapping clang on ELF systems.

I have delta running and will add a testcase shortly.

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