[PATCH] D141450: [Clang][cc1] Add -fno-modules-local-submodule-visibility to override the default
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 11 11:29:05 PST 2023
dblaikie added a comment.
> This is a problem because some existing ObjectiveC code is not compatible with LSV
Hmm, how is that true? Does this code only build with Clang Header Modules enabled, and can't build without that? (if it could build without it, I don't know why it'd need LSV, if I'm understanding all these things correctly... )
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141450/new/
https://reviews.llvm.org/D141450
More information about the cfe-commits
mailing list