Skip to content

Commit 8098c55

Browse files
authored
Merge pull request #66476 from hyp/eng/5.9/emit-clang-header-path/flag
[5.9][cxx-interop][driver] make '-emit-clang-header-path' a fully supporte…
2 parents e0afc7b + 8d394b8 commit 8098c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Option/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def emit_clang_header_nonmodular_includes : Flag<["-"], "emit-clang-header-nonmo
626626
HelpText<"Augment emitted Objective-C header with textual imports for every included modular import">;
627627

628628
def emit_clang_header_path : Separate<["-"], "emit-clang-header-path">,
629-
Flags<[FrontendOption, NoDriverOption, NoInteractiveOption, ArgumentIsPath,
629+
Flags<[FrontendOption, NoInteractiveOption, ArgumentIsPath,
630630
SupplementaryOutput]>,
631631
HelpText<"Emit an Objective-C and C++ header file to <path>">,
632632
Alias<emit_objc_header_path>;

0 commit comments

Comments
 (0)