xref: /llvm-project/llvm/test/Linker/drop-debug.ll (revision fef7adae1d5ed7aadc317515b7aefeaf7f5936b8)
12fcfb5e5SRafael Espindola; RUN: llvm-link %p/Inputs/drop-debug.bc -o %t 2>&1 | FileCheck %s
22fcfb5e5SRafael Espindola
32fcfb5e5SRafael Espindola;; drop-debug.bc was created from "void f(void) {}" with clang 3.5 and
42fcfb5e5SRafael Espindola; -gline-tables-only, so it contains old debug info.
52fcfb5e5SRafael Espindola
6*fef7adaeSJonas Devlieghere; CHECK: warning: ignoring debug info with an invalid version (1) in {{.*}}/Inputs/drop-debug.bc
7