Skip to content

Commit 31ff400

Browse files
Tom WeaverTom Weaver
authored andcommitted
Revert "[Driver] Support for compressed debug info on Fuchsia"
This reverts commit 19190cc. Causes test failures on following build bot: http://lab.llvm.org:8011/#/builders/216
1 parent d632705 commit 31ff400

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

clang/lib/Driver/ToolChains/Fuchsia.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ void fuchsia::Linker::ConstructJob(Compilation &C, const JobAction &JA,
127127
D.getLTOMode() == LTOK_Thin);
128128
}
129129

130-
addLinkerCompressDebugSectionsOption(ToolChain, Args, CmdArgs);
131130
AddLinkerInputs(ToolChain, Inputs, Args, CmdArgs, JA);
132131

133132
if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs,

clang/test/Driver/fuchsia.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,6 @@
253253
// CHECK-THINLTO: "-plugin-opt=thinlto"
254254
// CHECK-THINLTO: "-plugin-opt=jobs=8"
255255

256-
// RUN: %clang %s -### --target=x86_64-unknown-fuchsia \
257-
// RUN: --sysroot=%S/platform \
258-
// RUN: -Og -gz 2>&1 \
259-
// RUN: | FileCheck %s -check-prefix=CHECK-GZ
260-
// CHECK-GZ: {{.*}}clang{{.*}}" "--compress-debug-sections=zlib"
261-
// CHECK-GZ: {{.*}}ld.lld{{.*}}" "--compress-debug-sections=zlib"
262-
263256
// RUN: %clang %s -### --target=x86_64-unknown-fuchsia \
264257
// RUN: -gsplit-dwarf -g -c %s 2>&1 \
265258
// RUN: | FileCheck %s -check-prefix=CHECK-SPLIT-DWARF

0 commit comments

Comments
 (0)