diff options
author | Dimitry Andric <dimitry@andric.com> | 2020-02-16 01:47:12 +0100 |
---|---|---|
committer | Hans Wennborg <hans@chromium.org> | 2020-02-19 13:29:12 +0100 |
commit | 2db1f7f59a276923138d2115dd7bcc5e70479b9c (patch) | |
tree | cffb85d6a4779b2a19e83ae3f3df9432b6c19a73 /clang/lib/Driver/ToolChains/NetBSD.cpp | |
parent | 8de07c31c1aafa848f515d721e6cf065a0701e81 (diff) | |
download | bcm5719-llvm-2db1f7f59a276923138d2115dd7bcc5e70479b9c.tar.gz bcm5719-llvm-2db1f7f59a276923138d2115dd7bcc5e70479b9c.zip |
Restore functionality of --sysroot on FreeBSD after b18cb9c47
After b18cb9c47, clang would sometimes prefer the host C++ includes
(e.g. in /usr/include/c++/v1) before those specified via --sysroot.
While this behavior may be desirable on Linux, it is not so on FreeBSD,
where we make extensive use of --sysroot during the build of the base
system. In that case, clang must *not* search outside the sysroot,
except for its own internal headers.
Add an override addLibCxxIncludePaths() to restore the old behavior,
which is to simply append /usr/include/c++/v1 to the specified sysroot.
While here, apply clang-format to the FreeBSD specific toolchain files.
Fixes PR44923.
(cherry picked from commit 62654cab7e654384ba503d6b62b1054cde19a553)
Diffstat (limited to 'clang/lib/Driver/ToolChains/NetBSD.cpp')
0 files changed, 0 insertions, 0 deletions