[libcxx-commits] [PATCH] D97167: [libcxx] [test] Don't pass INCLUDE to clang via -isystem
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 22 14:28:35 PST 2021
mstorsjo added a comment.
To follow up on the commit description: Manually passing these via `-isystem` isn't needed as the compiler driver itself picks up the include directories (and places them at the correct place in the include order!) from the `INCLUDE` variable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97167/new/
https://reviews.llvm.org/D97167
More information about the libcxx-commits
mailing list