diff options
Diffstat (limited to 'test/ELF/lto/drop-debug-info.ll')
-rw-r--r-- | test/ELF/lto/drop-debug-info.ll | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/ELF/lto/drop-debug-info.ll b/test/ELF/lto/drop-debug-info.ll deleted file mode 100644 index f820faf5d0e96..0000000000000 --- a/test/ELF/lto/drop-debug-info.ll +++ /dev/null @@ -1,9 +0,0 @@ -; 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 - |