From 0f480f50100d75e690692803ee112510d437c657 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 1 Mar 2015 04:16:28 +0000 Subject: Revert r230655, "gold-plugin: "Upgrade" debug info and handle its warnings." It emits *millions of warnings* during selfhosting LTO build, to choke the buildbot with gigbytes of log. llvm-svn: 230885 --- llvm/test/tools/gold/Inputs/drop-debug.bc | Bin 1152 -> 0 bytes llvm/test/tools/gold/drop-debug.ll | 8 -------- 2 files changed, 8 deletions(-) delete mode 100644 llvm/test/tools/gold/Inputs/drop-debug.bc delete mode 100644 llvm/test/tools/gold/drop-debug.ll (limited to 'llvm/test') diff --git a/llvm/test/tools/gold/Inputs/drop-debug.bc b/llvm/test/tools/gold/Inputs/drop-debug.bc deleted file mode 100644 index f9c471f8e0d..00000000000 Binary files a/llvm/test/tools/gold/Inputs/drop-debug.bc and /dev/null differ diff --git a/llvm/test/tools/gold/drop-debug.ll b/llvm/test/tools/gold/drop-debug.ll deleted file mode 100644 index b8c4d8c62a9..00000000000 --- a/llvm/test/tools/gold/drop-debug.ll +++ /dev/null @@ -1,8 +0,0 @@ -; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ -; RUN: --plugin-opt=emit-llvm -shared %p/Inputs/drop-debug.bc \ -; RUN: -o t2.bc 2>&1 | FileCheck %s - -; drop-debug.bc was created from "void f(void) {}" with clang 3.5 and -; -gline-tables-only, so it contains old debug info. - -; CHECK: warning: LLVM gold plugin: ignoring debug info with an invalid version (1) in {{.*}}/Inputs/drop-debug.bc -- cgit v1.2.3