[LLVMbugs] [Bug 12867] New: Cannot compile libc++ with -fno-rtti

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri May 18 05:41:25 PDT 2012


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

             Bug #: 12867
           Summary: Cannot compile libc++ with -fno-rtti
           Product: libc++
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
        AssignedTo: hhinnant at apple.com
        ReportedBy: mimomorin at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


#ifndef'ing line 3606 of <memory> 
    virtual const void* __get_deleter(const type_info&) const _NOEXCEPT;
by _LIBCPP_NO_RTTI solves the problem.

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