Skip to content

Commit 9bd4ab7

Browse files
authored
[clang] fix --unwindlib option doc (#143497)
the values it takes should be `libunwind` and not `unwindlib`.
1 parent 2f39a34 commit 9bd4ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6080,7 +6080,7 @@ def stdlibxx_isystem : JoinedOrSeparate<["-"], "stdlib++-isystem">,
60806080
Flags<[NoXarchOption]>, MetaVarName<"<directory>">;
60816081
def unwindlib_EQ : Joined<["-", "--"], "unwindlib=">,
60826082
Visibility<[ClangOption, CC1Option]>,
6083-
HelpText<"Unwind library to use">, Values<"libgcc,unwindlib,platform">;
6083+
HelpText<"Unwind library to use">, Values<"libgcc,libunwind,platform">;
60846084
def sub__library : JoinedOrSeparate<["-"], "sub_library">;
60856085
def sub__umbrella : JoinedOrSeparate<["-"], "sub_umbrella">;
60866086
def system_header_prefix : Joined<["--"], "system-header-prefix=">,

0 commit comments

Comments
 (0)