Skip to content

Commit d9c9405

Browse files
committed
[NFC] Create one default value for EnableCrossImportOverlays
1 parent 0ab8238 commit d9c9405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Frontend/CompilerInvocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
546546
Opts.EnableCrossImportOverlays =
547547
Args.hasFlag(OPT_enable_cross_import_overlays,
548548
OPT_disable_cross_import_overlays,
549-
false);
549+
Opts.EnableCrossImportOverlays);
550550

551551
llvm::Triple Target = Opts.Target;
552552
StringRef TargetArg;

0 commit comments

Comments
 (0)