diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-03-01 04:16:28 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-03-01 04:16:28 +0000 |
| commit | 0f480f50100d75e690692803ee112510d437c657 (patch) | |
| tree | 6825e427ddae927dd6c349daa4d5381128b6993e /llvm/test/tools | |
| parent | b8c907e2a7bb021d9f6a2c7ff70e42a8bd8af87d (diff) | |
| download | bcm5719-llvm-0f480f50100d75e690692803ee112510d437c657.tar.gz bcm5719-llvm-0f480f50100d75e690692803ee112510d437c657.zip | |
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
Diffstat (limited to 'llvm/test/tools')
| -rw-r--r-- | llvm/test/tools/gold/Inputs/drop-debug.bc | bin | 1152 -> 0 bytes | |||
| -rw-r--r-- | llvm/test/tools/gold/drop-debug.ll | 8 |
2 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/tools/gold/Inputs/drop-debug.bc b/llvm/test/tools/gold/Inputs/drop-debug.bc Binary files differdeleted file mode 100644 index f9c471f8e0d..00000000000 --- a/llvm/test/tools/gold/Inputs/drop-debug.bc +++ /dev/null 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 |

