[PATCH] D132801: [driver] Additional ignoring of module-map related flags, if modules are disabled
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 30 18:18:06 PDT 2022
rsmith added a comment.
This doesn't look right to me -- we still use module maps when modules are disabled to enforce layering checking, and when `-fmodules-local-submodule-visibility` is enabled but `-fmodules` is disabled we'll use them to provide modular semantics without pre-building modules. Please can you revert?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132801/new/
https://reviews.llvm.org/D132801
More information about the cfe-commits
mailing list