[Driver] Rename Z to Zlib
authorFangrui Song <i@maskray.me>
Thu, 8 Sep 2022 23:14:31 +0000 (16:14 -0700)
committerFangrui Song <i@maskray.me>
Thu, 8 Sep 2022 23:14:31 +0000 (16:14 -0700)
clang/include/clang/Driver/Options.td

index 4c95e3c..3b8c2a9 100644 (file)
@@ -5274,7 +5274,7 @@ def record_command_line : Separate<["-"], "record-command-line">,
   MarshallingInfoString<CodeGenOpts<"RecordCommandLine">>;
 def compress_debug_sections_EQ : Joined<["-", "--"], "compress-debug-sections=">,
     HelpText<"DWARF debug sections compression type">, Values<"none,zlib,zstd">,
-    NormalizedValuesScope<"llvm::DebugCompressionType">, NormalizedValues<["None", "Z", "Zstd"]>,
+    NormalizedValuesScope<"llvm::DebugCompressionType">, NormalizedValues<["None", "Zlib", "Zstd"]>,
     MarshallingInfoEnum<CodeGenOpts<"CompressDebugSections">, "None">;
 def compress_debug_sections : Flag<["-", "--"], "compress-debug-sections">,
   Alias<compress_debug_sections_EQ>, AliasArgs<["zlib"]>;