Skip to content

Commit 37160df

Browse files
committed
[embedded] Don't force disable ObjC interop, produce an error instead
1 parent 95e5e2a commit 37160df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Frontend/CompilerInvocation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
13231323
Opts.UnavailableDeclOptimizationMode = UnavailableDeclOptimization::Complete;
13241324
Opts.DisableImplicitStringProcessingModuleImport = true;
13251325
Opts.DisableImplicitConcurrencyModuleImport = true;
1326-
Opts.EnableObjCInterop = false;
13271326

13281327
if (FrontendOpts.EnableLibraryEvolution) {
13291328
Diags.diagnose(SourceLoc(), diag::evolution_with_embedded);

0 commit comments

Comments
 (0)