Skip to content

Commit 0b7fbb6

Browse files
committed
[Driver] Add missing -default-isolation to the old driver
Resolves rdar://151643763.
1 parent f7529ea commit 0b7fbb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Driver/ToolChains.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ void ToolChain::addCommonFrontendArgs(const OutputInfo &OI,
290290
inputArgs.AddLastArg(arguments, options::OPT_enable_app_extension);
291291
inputArgs.AddLastArg(arguments, options::OPT_enable_app_extension_library);
292292
inputArgs.AddLastArg(arguments, options::OPT_enable_library_evolution);
293+
inputArgs.AddLastArg(arguments, options::OPT_default_isolation);
294+
inputArgs.AddLastArg(arguments, options::OPT_default_isolation_EQ);
293295
inputArgs.AddLastArg(arguments, options::OPT_require_explicit_availability);
294296
inputArgs.AddLastArg(arguments, options::OPT_require_explicit_availability_target);
295297
inputArgs.AddLastArg(arguments, options::OPT_require_explicit_availability_EQ);

0 commit comments

Comments
 (0)