[PATCH] D45639: [Driver] Support default libc++ library location on Darwin
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 28 15:38:25 PDT 2020
smeenai added a comment.
In D45639#2360267 <https://reviews.llvm.org/D45639#2360267>, @ldionne wrote:
> - AppleClang prefers the headers in the SDK, and the library in the SDK. (The headers are currently still shipped in the toolchain but they should be ignored if you have a sufficiently recent SDK that contains the headers -- this is transitional only).
How recent is this change? I have Xcode 12, and I still see the C++ headers as only being included in the toolchain (`Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1`) and not any of the SDKs.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D45639/new/
https://reviews.llvm.org/D45639
More information about the cfe-commits
mailing list