[clang] [clang][deps] Skip slow `UNHASHED_CONTROL_BLOCK` records (PR #69975)
Jan Svoboda via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 23 15:07:46 PDT 2023
================
@@ -2944,6 +2944,10 @@ def fno_modules_validate_textual_header_includes :
MarshallingInfoNegativeFlag<LangOpts<"ModulesValidateTextualHeaderIncludes">>,
HelpText<"Do not enforce -fmodules-decluse and private header restrictions for textual headers. "
"This flag will be removed in a future Clang release.">;
+defm modules_skip_diagnostic_options : BoolFOption<"modules-skip-diagnostic-options",
----------------
jansvoboda11 wrote:
I did cherry-pick `-fmodules-skip-diagnostic-options`, since that's needed downstream and I wanted to keep things aligned upstream. There's no such need for header search paths flag, but if we want to test the behavior, I'm happy to add that. WDYT?
https://github.com/llvm/llvm-project/pull/69975
More information about the cfe-commits
mailing list