aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools/gold/drop-debug.ll
blob: b8c4d8c62a9b2e70f2e661813a6c0813c0671d7a (plain)
1
2
3
4
5
6
7
8
; 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