File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -291,6 +291,8 @@ void ToolChain::addCommonFrontendArgs(const OutputInfo &OI,
291291 inputArgs.AddLastArg (arguments, options::OPT_enable_app_extension);
292292 inputArgs.AddLastArg (arguments, options::OPT_enable_app_extension_library);
293293 inputArgs.AddLastArg (arguments, options::OPT_enable_library_evolution);
294+ inputArgs.AddLastArg (arguments, options::OPT_default_isolation);
295+ inputArgs.AddLastArg (arguments, options::OPT_default_isolation_EQ);
294296 inputArgs.AddLastArg (arguments, options::OPT_require_explicit_availability);
295297 inputArgs.AddLastArg (arguments, options::OPT_require_explicit_availability_target);
296298 inputArgs.AddLastArg (arguments, options::OPT_require_explicit_availability_EQ);
You can’t perform that action at this time.
0 commit comments