Skip to content

Commit 637378e

Browse files
committed
Enable loading of external specializations lazily
1 parent 3387aa4 commit 637378e

File tree

1 file changed

+1
-1
lines changed
  • interpreter/llvm-project/clang/include/clang/Driver

1 file changed

+1
-1
lines changed

interpreter/llvm-project/clang/include/clang/Driver/Options.td

+1-1
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,7 @@ defm prebuilt_implicit_modules : BoolFOption<"prebuilt-implicit-modules",
23082308
NegFlag<SetFalse>, BothFlags<[NoXarchOption, CC1Option]>>;
23092309

23102310
defm load_external_specializations_lazily : BoolOption<"f", "load-external-specializations-lazily",
2311-
LangOpts<"LoadExternalSpecializationsLazily">, DefaultFalse,
2311+
LangOpts<"LoadExternalSpecializationsLazily">, DefaultTrue,
23122312
PosFlag<SetTrue, [],
23132313
"Load required external specialization only when required.">,
23142314
NegFlag<SetFalse>>,

0 commit comments

Comments
 (0)