From: Sterling Augustine Date: Mon, 28 Jan 2019 18:56:44 +0000 (+0000) Subject: Correct help text for --unwindlib options. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2982c3dd9f453bd267f677f6facf5201c3e21feb;p=clang Correct help text for --unwindlib options. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352405 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index 1fefb9a9d8..68c8f1683c 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -2569,7 +2569,7 @@ def std_EQ : Joined<["-", "--"], "std=">, Flags<[CC1Option]>, def stdlib_EQ : Joined<["-", "--"], "stdlib=">, Flags<[CC1Option]>, HelpText<"C++ standard library to use">, Values<"libc++,libstdc++,platform">; def unwindlib_EQ : Joined<["-", "--"], "unwindlib=">, Flags<[CC1Option]>, - HelpText<"Unwind library to use">, Values<"libgcc_eh,compiler-rt-unwind,platform">; + HelpText<"Unwind library to use">, Values<"libgcc,compiler-rt,platform">; def sub__library : JoinedOrSeparate<["-"], "sub_library">; def sub__umbrella : JoinedOrSeparate<["-"], "sub_umbrella">; def system_header_prefix : Joined<["--"], "system-header-prefix=">,