3d63a409a0
This should be correctly implied by the linker. This also makes the tests slightly easier to maintain and compare with the equivalent tests under for other platforms. Differential Revision: https://reviews.llvm.org/D47513 llvm-svn: 333567
10 lines
336 B
LLVM
10 lines
336 B
LLVM
; REQUIRES: x86
|
|
;
|
|
; drop-debug-info.bc was created from "void f(void) {}" with clang 3.5 and
|
|
; -gline-tables-only, so it contains old debug info.
|
|
;
|
|
; RUN: ld.lld -shared %p/Inputs/drop-debug-info.bc \
|
|
; RUN: -disable-verify -o %t 2>&1 | FileCheck %s
|
|
; CHECK: ignoring debug info with an invalid version (1) in {{.*}}drop-debug-info.bc
|
|
|