bob.wilson added a comment.

On Darwin platforms, the libc++ headers are expected to be installed alongside 
clang. If you're not doing that, then you're building it wrong. Adding more 
fallback options for finding the headers just makes things worse, because 
instead of a clear failure, you're more likely to get something that works but 
behaves badly in a subtle way (e.g., due to using really old libc++ headers).

I don't think this is the right thing to do.


http://reviews.llvm.org/D12646



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to