summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/drop-debug.ll
blob: 06689872e12c9c5ded6b223ef25e3d5a4098cd30 (plain)
1
2
3
4
5
6
; RUN: llvm-link %p/Inputs/drop-debug.bc -o %t 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: ignoring debug info with an invalid version (1) in {{.*}}/Inputs/drop-debug.bc
OpenPOWER on IntegriCloud