Revert "[Driver] Support for compressed debug info on Fuchsia"

This reverts commit 19190cc651.

Causes test failures on following build bot:

http://lab.llvm.org:8011/#/builders/216
This commit is contained in:
Tom Weaver 2022-04-27 12:29:04 +01:00
parent d6327050e0
commit 31ff40042d
2 changed files with 0 additions and 8 deletions

View File

@ -127,7 +127,6 @@ void fuchsia::Linker::ConstructJob(Compilation &C, const JobAction &JA,
D.getLTOMode() == LTOK_Thin);
}
addLinkerCompressDebugSectionsOption(ToolChain, Args, CmdArgs);
AddLinkerInputs(ToolChain, Inputs, Args, CmdArgs, JA);
if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs,

View File

@ -253,13 +253,6 @@
// CHECK-THINLTO: "-plugin-opt=thinlto"
// CHECK-THINLTO: "-plugin-opt=jobs=8"
// RUN: %clang %s -### --target=x86_64-unknown-fuchsia \
// RUN: --sysroot=%S/platform \
// RUN: -Og -gz 2>&1 \
// RUN: | FileCheck %s -check-prefix=CHECK-GZ
// CHECK-GZ: {{.*}}clang{{.*}}" "--compress-debug-sections=zlib"
// CHECK-GZ: {{.*}}ld.lld{{.*}}" "--compress-debug-sections=zlib"
// RUN: %clang %s -### --target=x86_64-unknown-fuchsia \
// RUN: -gsplit-dwarf -g -c %s 2>&1 \
// RUN: | FileCheck %s -check-prefix=CHECK-SPLIT-DWARF