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,
291
291
inputArgs.AddLastArg (arguments, options::OPT_enable_app_extension);
292
292
inputArgs.AddLastArg (arguments, options::OPT_enable_app_extension_library);
293
293
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);
294
296
inputArgs.AddLastArg (arguments, options::OPT_require_explicit_availability);
295
297
inputArgs.AddLastArg (arguments, options::OPT_require_explicit_availability_target);
296
298
inputArgs.AddLastArg (arguments, options::OPT_require_explicit_availability_EQ);
You can’t perform that action at this time.
0 commit comments