[llvm-commits] [llvm] r61264 - /llvm/trunk/test/DebugInfo/printdbginfo.ll
Bill Wendling
isanbard at gmail.com
Fri Dec 19 14:25:01 PST 2008
Author: void
Date: Fri Dec 19 16:25:01 2008
New Revision: 61264
URL: http://llvm.org/viewvc/llvm-project?rev=61264&view=rev
Log:
Un-XFAIL this test because it's passing and John doesn't seem interested in un-XFAILing it.
Modified:
llvm/trunk/test/DebugInfo/printdbginfo.ll
Modified: llvm/trunk/test/DebugInfo/printdbginfo.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/printdbginfo.ll?rev=61264&r1=61263&r2=61264&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/printdbginfo.ll (original)
+++ llvm/trunk/test/DebugInfo/printdbginfo.ll Fri Dec 19 16:25:01 2008
@@ -2,7 +2,6 @@
; 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 {; tst.cpp:24} 2 < %t1 | grep {%%6}
-; XFAIL: *
%llvm.dbg.anchor.type = type { i32, i32 }
%llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32 }
%llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8* }
More information about the llvm-commits
mailing list