<html>
    <head>
      <base href="https://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 --- - Regression(r243752): check-all is broken if libcxxabi is checked out"
   href="https://llvm.org/bugs/show_bug.cgi?id=24491">24491</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Regression(r243752): check-all is broken if libcxxabi is checked out
          </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>nicolasweber@gmx.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org, mclow.lists@gmail.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>On OS X, self-built clang can't find headers unless `-isysroot $(xcrun
-show-sdk-path)` is passed. Hence, from r243752 on, all libcxxabi tests fail
with errors like:

FAIL: libc++abi :: backtrace_test.pass.cpp (27888 of 27933)
******************** TEST 'libc++abi :: backtrace_test.pass.cpp' FAILED
********************
Command:
['/Users/thakis/src/chrome/src/third_party/llvm-bootstrap/projects/libcxxabi/../../bin/clang++',
'-o',
'/Users/thakis/src/chrome/src/third_party/llvm-bootstrap/projects/libcxxabi/test/Output/backtrace_test.pass.cpp.o',
'-x', 'c++',
'/Users/thakis/src/chrome/src/third_party/llvm/projects/libcxxabi/test/backtrace_test.pass.cpp',
'-c', '-v', '-DLIBCXXABI_NO_TIMER', '-funwind-tables', '-std=c++11',
'-nostdinc++',
'-I/Users/thakis/src/chrome/src/third_party/llvm/projects/libcxx/include',
'-I/Users/thakis/src/chrome/src/third_party/llvm/projects/libcxxabi/include']
Exit Code: 1
Standard Error:
--
clang version 3.8.0 (trunk 245194)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
InstalledDir:
/Users/thakis/src/chrome/src/third_party/llvm-bootstrap/projects/libcxxabi/../../bin
 "/Users/thakis/src/chrome/src/third_party/llvm-bootstrap/bin/clang-3.8" -cc1
-triple x86_64-apple-macosx10.10.0 -emit-obj -mrelax-all -disable-free
-main-file-name backtrace_test.pass.cpp -mrelocation-model pic -pic-level 2
-mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables
-target-cpu core2 -target-linker-version 241.9 -v -dwarf-column-info
-coverage-file
/Users/thakis/src/chrome/src/third_party/llvm-bootstrap/projects/libcxxabi/test/Output/backtrace_test.pass.cpp.o
-nostdinc++ -resource-dir
/Users/thakis/src/chrome/src/third_party/llvm-bootstrap/bin/../lib/clang/3.8.0
-D LIBCXXABI_NO_TIMER -I
/Users/thakis/src/chrome/src/third_party/llvm/projects/libcxx/include -I
/Users/thakis/src/chrome/src/third_party/llvm/projects/libcxxabi/include
-stdlib=libc++ -std=c++11 -fdeprecated-macro -fdebug-compilation-dir
/Users/thakis/src/chrome/src/third_party/llvm-bootstrap/projects/libcxxabi/test
-ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks
-fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature
-fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o
/Users/thakis/src/chrome/src/third_party/llvm-bootstrap/projects/libcxxabi/test/Output/backtrace_test.pass.cpp.o
-x c++
/Users/thakis/src/chrome/src/third_party/llvm/projects/libcxxabi/test/backtrace_test.pass.cpp
clang -cc1 version 3.8.0 based upon LLVM 3.8.0svn default target
x86_64-apple-darwin14.0.0
ignoring nonexistent directory "/usr/include"
#include "..." search starts here:
#include <...> search starts here:
 /Users/thakis/src/chrome/src/third_party/llvm/projects/libcxx/include
 /Users/thakis/src/chrome/src/third_party/llvm/projects/libcxxabi/include
 /usr/local/include

/Users/thakis/src/chrome/src/third_party/llvm-bootstrap/bin/../lib/clang/3.8.0/include
 /System/Library/Frameworks (framework directory)
 /Library/Frameworks (framework directory)
End of search list.
/Users/thakis/src/chrome/src/third_party/llvm/projects/libcxxabi/test/backtrace_test.pass.cpp:9:10:
fatal error: 'assert.h' file not found
#include <assert.h>
         ^
1 error generated.
--</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>