Rafael Espindola | 2fcfb5e | 2015-03-27 15:55:06 +0000 | [diff] [blame] | 1 | ; RUN: llvm-link %p/Inputs/drop-debug.bc -o %t 2>&1 | FileCheck %s |
2 | |||||
3 | ;; drop-debug.bc was created from "void f(void) {}" with clang 3.5 and | ||||
4 | ; -gline-tables-only, so it contains old debug info. | ||||
5 | |||||
Rafael Espindola | 9d2bfc4 | 2015-12-14 23:17:03 +0000 | [diff] [blame] | 6 | ; CHECK: WARNING: ignoring debug info with an invalid version (1) in {{.*}}/Inputs/drop-debug.bc |