summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/ObjcopyOpts.td
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2018-09-04 11:55:57 +0000
committerChandler Carruth <chandlerc@gmail.com>2018-09-04 11:55:57 +0000
commit163222f56970b19947a99cd9c4d36fa0791200a2 (patch)
tree95982a0fc5d8a04a857a9298e9a9412403997fe5 /llvm/tools/llvm-objcopy/ObjcopyOpts.td
parent219888d1b2ade782a8aedb9dea7f1421c852b80c (diff)
downloadbcm5719-llvm-163222f56970b19947a99cd9c4d36fa0791200a2.tar.gz
bcm5719-llvm-163222f56970b19947a99cd9c4d36fa0791200a2.zip
Revert r341342: Dwarf .debug section compression support (zlib, zlib-gnu).
Also reverts follow-up commits r341343 and r341344. The primary commit continues to break some build bots even after the fixes in r341343 for UBSan issues: http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/5823 It is also failing for me locally (linux, x86-64). llvm-svn: 341360
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