[PATCH] D101439: [clang-cl] Add parsing support for a bunch of new flags
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 28 06:30:30 PDT 2021
hans added a comment.
In D101439#2722540 <https://reviews.llvm.org/D101439#2722540>, @thakis wrote:
> Do we silently ignore those all now? Are any of them semantically important enough that we should emit an "not implemented, ignoring" diag instead?
No, this patch makes us parse them as opposed to mistaking them for filenames, but they're still unsupported and we'll print a warning about them being unused during compilation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101439/new/
https://reviews.llvm.org/D101439
More information about the cfe-commits
mailing list