Skip to content

Commit 966f5da

Browse files
authored
[clang] fix --unwindlib option doc
the values it takes should be `libunwind` and not `unwindlib`.
1 parent a59a8ae commit 966f5da

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
@@ -6001,7 +6001,7 @@ def stdlibxx_isystem : JoinedOrSeparate<["-"], "stdlib++-isystem">,
60016001
Flags<[NoXarchOption]>, MetaVarName<"<directory>">;
60026002
def unwindlib_EQ : Joined<["-", "--"], "unwindlib=">,
60036003
Visibility<[ClangOption, CC1Option]>,
6004-
HelpText<"Unwind library to use">, Values<"libgcc,unwindlib,platform">;
6004+
HelpText<"Unwind library to use">, Values<"libgcc,libunwind,platform">;
60056005
def sub__library : JoinedOrSeparate<["-"], "sub_library">;
60066006
def sub__umbrella : JoinedOrSeparate<["-"], "sub_umbrella">;
60076007
def system_header_prefix : Joined<["--"], "system-header-prefix=">,

0 commit comments

Comments
 (0)