Skip to content

Commit 46f7e80

Browse files
committed
Replace FEOpts with LangOpts
1 parent fdd7534 commit 46f7e80

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
@@ -2183,7 +2183,7 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
21832183
Opts.SkipFunctionBodies = TCOpts.SkipFunctionBodies;
21842184

21852185
// Propagate -experimental-skip-non-exportable-decls to SIL.
2186-
Opts.SkipNonExportableDecls = FEOpts.SkipNonExportableDecls;
2186+
Opts.SkipNonExportableDecls = LangOpts.SkipNonExportableDecls;
21872187

21882188
// Parse the optimization level.
21892189
// Default to Onone settings if no option is passed.

0 commit comments

Comments
 (0)