[PATCH] D54630: Move detection of libc++ include dirs to Driver on MacOS
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 16 05:26:32 PST 2019
ilya-biryukov added a comment.
r351334 should fix this.
However, this is an indication that libc++ living alongside the compiler (i.e. in `/bin/../include/c++/v1`) cannot be found on PS4.
I am not familiar with PS4 myself, but I believe it would be reasonable to assume finding libc++ living alongside the clang itself should work on all platforms, including PS4.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54630/new/
https://reviews.llvm.org/D54630
More information about the cfe-commits
mailing list