summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/ObjcopyOpts.td
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2018-09-07 00:28:25 +0000
committerPuyan Lotfi <puyan@puyan.org>2018-09-07 00:28:25 +0000
commit5be060e3419bd6920581949abb5abd6d85f5b324 (patch)
tree79739759f4e05988724ff827ccdae066e4ba677c /llvm/tools/llvm-objcopy/ObjcopyOpts.td
parent5b332abd66c3d6e7ef84326989ab17eb99ae24d4 (diff)
downloadbcm5719-llvm-5be060e3419bd6920581949abb5abd6d85f5b324.tar.gz
bcm5719-llvm-5be060e3419bd6920581949abb5abd6d85f5b324.zip
Revert: [llvm-objcopy] Dwarf .debug section compression (Second Attempt).
Various bots still fail for unknown reason. llvm-svn: 341613
Diffstat (limited to 'llvm/tools/llvm-objcopy/ObjcopyOpts.td')
-rw-r--r--llvm/tools/llvm-objcopy/ObjcopyOpts.td6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/tools/llvm-objcopy/ObjcopyOpts.td b/llvm/tools/llvm-objcopy/ObjcopyOpts.td
index e56dc52758c..c34494736c3 100644
--- a/llvm/tools/llvm-objcopy/ObjcopyOpts.td
+++ b/llvm/tools/llvm-objcopy/ObjcopyOpts.td
@@ -17,12 +17,6 @@ def I : JoinedOrSeparate<[ "-" ], "I">, Alias<input_target>;
defm output_target : Eq<"output-target">,
HelpText<"Format of the output file">,
Values<"binary">;
-def compress_debug_sections : Flag<["--", "-"], "compress-debug-sections">;
-def compress_debug_sections_eq : Joined<["--", "-"], "compress-debug-sections=">,
- MetaVarName<"[ zlib | zlib-gnu ]">,
- HelpText<"Compress DWARF debug sections using "
- "specified style. Supported styles: "
- "'zlib-gnu' and 'zlib'">;
def O : JoinedOrSeparate<["-"], "O">,
Alias<output_target>;
defm split_dwo : Eq<"split-dwo">,
OpenPOWER on IntegriCloud