[PATCH] D121096: [C++20][Modules][HU 2/5] Support searching Header Units in user or system search paths.
Iain Sandoe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 8 23:44:24 PST 2022
iains added a comment.
In D121096#3368996 <https://reviews.llvm.org/D121096#3368996>, @ChuanqiXu wrote:
> BTW, all the tests uses ``clang_cc1`. How should the users do with `clang`? Could them use `-Xclang` only?
The driver changes are in separate patches (they will make the same user-facing interface options as used by GCC). I wanted to have the FE implementation available so that the driver has something to drive.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121096/new/
https://reviews.llvm.org/D121096
More information about the cfe-commits
mailing list