[PATCH] D89001: [clang] Don't look into <sysroot> for C++ headers if they are found alongside the toolchain
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 19 09:30:44 PDT 2023
ldionne added a comment.
I just did some digging. We completed the transition to the libcxx-headers-in-the-SDK already, and now upstream and downstream Clang are the same with respect to those search paths. I think it might just be the case that you need the very latest AppleClang for that to be reflected (as you know AppleClang always lags a bit behind). So I think there's nothing special to do here, upstream behaves properly and downstream will catch up automatically.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89001/new/
https://reviews.llvm.org/D89001
More information about the cfe-commits
mailing list