Skip to content

Commit 091e5af

Browse files
committed
[Sema] Print the library-level in the textual interface
1 parent 89039a8 commit 091e5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Option/FrontendOptions.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def disable_swift3_objc_inference :
431431

432432
def library_level : Separate<["-"], "library-level">,
433433
MetaVarName<"<level>">,
434-
Flags<[FrontendOption]>,
434+
Flags<[FrontendOption, ModuleInterfaceOption]>,
435435
HelpText<"Library distribution level 'api', 'spi' or 'other' (the default)">;
436436

437437
def enable_implicit_dynamic : Flag<["-"], "enable-implicit-dynamic">,

0 commit comments

Comments
 (0)