[PATCH] D64089: [Driver] Introduce -stdlib++-isystem
Dan Albert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 2 12:40:19 PDT 2019
danalbert added a comment.
> For example, when we're building against the Android NDK, we might want to use the NDK's C++ headers (which have a custom inline namespace) even if we have C++ headers installed next to the driver.
Since NDK r19 the NDK libc++ headers are already installed alongside the driver, so this doesn't benefit that use case. The others sound useful, just FYI in case the NDK was the main motivating factor here :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64089/new/
https://reviews.llvm.org/D64089
More information about the cfe-commits
mailing list