Skip to content

Commit 8d394b8

Browse files
committed
[cxx-interop][driver] make '-emit-clang-header-path' a fully supported driver flag
This will let other build systems call it without relying on the frontend flag (cherry picked from commit b2a04aa)
1 parent 67cf190 commit 8d394b8

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)