Skip to content

Commit bfad6af

Browse files
authored
Merge pull request #66418 from hyp/eng/emit-clang-header-path-driver
[cxx-interop][driver] make '-emit-clang-header-path' a fully supporte…
2 parents f3cabc5 + b2a04aa commit bfad6af

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
@@ -633,7 +633,7 @@ def emit_clang_header_nonmodular_includes : Flag<["-"], "emit-clang-header-nonmo
633633
HelpText<"Augment emitted Objective-C header with textual imports for every included modular import">;
634634

635635
def emit_clang_header_path : Separate<["-"], "emit-clang-header-path">,
636-
Flags<[FrontendOption, NoDriverOption, NoInteractiveOption, ArgumentIsPath,
636+
Flags<[FrontendOption, NoInteractiveOption, ArgumentIsPath,
637637
SupplementaryOutput]>,
638638
HelpText<"Emit an Objective-C and C++ header file to <path>">,
639639
Alias<emit_objc_header_path>;

0 commit comments

Comments
 (0)