summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools')
-rw-r--r--llvm/test/tools/gold/Inputs/drop-debug.bcbin1152 -> 0 bytes
-rw-r--r--llvm/test/tools/gold/drop-debug.ll8
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
deleted file mode 100644
index f9c471f8e0d..00000000000
--- a/llvm/test/tools/gold/Inputs/drop-debug.bc
+++ /dev/null
Binary files 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
OpenPOWER on IntegriCloud