Hi,<div><br></div><div>The attached patch fixes the build of libc++ (at least for me and one other person on IRC) by removing the (apparently unused) include of <cxxabi.h> from src/stdexcept.cpp.</div><div><br></div>
<div>I've also added a bunch of #includes to the atomics tests in cases where they were missing. libc++ provides the needed symbols through another include, but libstdc++ doesn't -- this allows the atomics test suite to be used to test that clang does the right thing when building libstdc++.</div>
<div><br></div><div>Does this seem reasonable?</div><div><br></div><div>Thanks!</div><div>-- Richard</div>