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 @@ -290,6 +290,8 @@ void ToolChain::addCommonFrontendArgs(const OutputInfo &OI,
290
290
inputArgs.AddLastArg (arguments, options::OPT_enable_app_extension);
291
291
inputArgs.AddLastArg (arguments, options::OPT_enable_app_extension_library);
292
292
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);
293
295
inputArgs.AddLastArg (arguments, options::OPT_require_explicit_availability);
294
296
inputArgs.AddLastArg (arguments, options::OPT_require_explicit_availability_target);
295
297
inputArgs.AddLastArg (arguments, options::OPT_require_explicit_availability_EQ);
You can’t perform that action at this time.
0 commit comments