We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89039a8 commit 091e5afCopy full SHA for 091e5af
include/swift/Option/FrontendOptions.td
@@ -431,7 +431,7 @@ def disable_swift3_objc_inference :
431
432
def library_level : Separate<["-"], "library-level">,
433
MetaVarName<"<level>">,
434
- Flags<[FrontendOption]>,
+ Flags<[FrontendOption, ModuleInterfaceOption]>,
435
HelpText<"Library distribution level 'api', 'spi' or 'other' (the default)">;
436
437
def enable_implicit_dynamic : Flag<["-"], "enable-implicit-dynamic">,
0 commit comments