forked from OSchip/llvm-project
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:
parent
d6327050e0
commit
31ff40042d
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue