diff options
Diffstat (limited to 'test/DebugInfo/printdbginfo.ll')
-rw-r--r-- | test/DebugInfo/printdbginfo.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/printdbginfo.ll b/test/DebugInfo/printdbginfo.ll index afa9df2d56..bd667a7319 100644 --- a/test/DebugInfo/printdbginfo.ll +++ b/test/DebugInfo/printdbginfo.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as < %s | opt -print-dbginfo -disable-output > %t1 ; RUN: %prcontext {function name: Bar::bar return type: int at line 12} 1 < %t1 | grep {(tst.cpp:14)} -; RUN: %prcontext {%%tmp1} 1 < %t1 | grep -E {variable tmp.+at line 23} +; RUN: %prcontext {%%tmp1} 1 < %t1 | grep -E {variable tmp.+at tst.cpp:23} ; RUN: %prcontext {; tst.cpp:24} 2 < %t1 | grep {%%6} %llvm.dbg.anchor.type = type { i32, i32 } %llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32 } |