[LLVMbugs] [Bug 22057] New: libcxxabi fails to build with clang 3.4 ()

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 29 22:00:33 PST 2014


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

            Bug ID: 22057
           Summary: libcxxabi fails to build with clang 3.4 ()
           Product: libc++abi
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: jeremyhu at apple.com
                CC: llvmbugs at cs.uiuc.edu, mclow.lists at gmail.com
    Classification: Unclassified

+ /opt/local/bin/clang++-mp-3.4 -I/opt/local/include -isystem
/opt/local/Developer/SDKs/Darwin10.sdk/usr/include -c -g -O3 -arch x86_64 -arch
i386 -std=c++11 -stdlib=libc++ -fstrict-aliasing -Wstrict-aliasing=2
-Wsign-conversion -Wshadow -Wconversion -Wunused-variable
-Wmissing-field-initializers -Wchar-subscripts -Wmismatched-tags
-Wmissing-braces -Wshorten-64-to-32 -Wsign-compare -Wstrict-aliasing=2
-Wstrict-overflow=4 -Wunused-parameter -Wnewline-eof -I../include
../src/stdexcept.cpp
../src/stdexcept.cpp:10:10: fatal error: '__refstring' file not found
#include "__refstring"
         ^
1 error generated.

This is fallout from:

commit f7a83f7f3b5788e3ead1c7f2063994699df55085
Author: Marshall Clow <mclow.lists at gmail.com>
Date:   Wed May 7 20:17:41 2014 +0000

    Make libc++abi use the implementation of __numstr from libc++. No
functionality change, just removal of duplicated code.

    git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@208246
91177308-0d34-0410-b5e6-96231b3b80d8

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141230/72e1aee8/attachment.html>


More information about the llvm-bugs mailing list