diff options
author | Davide Italiano <davide@freebsd.org> | 2018-05-12 01:25:48 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2018-05-12 01:25:48 +0000 |
commit | 1e6a01fc87164fbcb6d73187ea9e3bd212f2df45 (patch) | |
tree | 314b3e7a5a45da0e190585369c960605d99c3a57 /lldb/packages/Python/lldbsuite/test/linux/compressed-debug-info/a.c | |
parent | a9d689629e62e207cf36c6701e8ad7193440adf3 (diff) | |
download | bcm5719-llvm-1e6a01fc87164fbcb6d73187ea9e3bd212f2df45.tar.gz bcm5719-llvm-1e6a01fc87164fbcb6d73187ea9e3bd212f2df45.zip |
Revert "[LLDB] Support GNU-style compressed debug sections (.zdebug)"
This reverts commit r332162 as it breaks the bots (Ubuntu 14.04)
with the following message:
Build Command Output:
objcopy: option '--compress-debug-sections' doesn't allow an argument
llvm-svn: 332165
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/linux/compressed-debug-info/a.c')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/linux/compressed-debug-info/a.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/linux/compressed-debug-info/a.c b/lldb/packages/Python/lldbsuite/test/linux/compressed-debug-info/a.c deleted file mode 100644 index 9c9dd9f55a9..00000000000 --- a/lldb/packages/Python/lldbsuite/test/linux/compressed-debug-info/a.c +++ /dev/null @@ -1,4 +0,0 @@ -int main() { - int z = 2; - return z; -} |