<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - libcxxabi fails to build with clang 3.4 ()"
   href="http://llvm.org/bugs/show_bug.cgi?id=22057">22057</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>libcxxabi fails to build with clang 3.4 ()
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libc++abi
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jeremyhu@apple.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu, mclow.lists@gmail.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>+ /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 <<a href="mailto:mclow.lists@gmail.com">mclow.lists@gmail.com</a>>
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: <a href="https://llvm.org/svn/llvm-project/libcxxabi/trunk@208246">https://llvm.org/svn/llvm-project/libcxxabi/trunk@208246</a>
91177308-0d34-0410-b5e6-96231b3b80d8</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>