DescriptionBundle libc++ headers with clang.
That way, -stdlib=libc++ works better, at least on OS X.
BUG=371034
TEST=`echo '#include <vector>" > test.cc ; bin/clang -c test.cc -stdlib=libc++ -isysroot $(xcrun -show-sdk-path)`
no longer complains about not finding the vector header on OS X.
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270095
Patch Set 1 #Patch Set 2 : just use bootstrap #Messages
Total messages: 6 (0 generated)
|