From ebdf6f46eb31be298674a58887dcb921510369a0 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Sat, 11 Nov 2006 10:22:56 +0000 Subject: [PATCH] Works for PowerPC with frame pointers. llvm-svn: 31679 --- llvm/test/DebugInfo/2006-11-06-StackTrace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/2006-11-06-StackTrace.cpp b/llvm/test/DebugInfo/2006-11-06-StackTrace.cpp index 2233af4cef52..4fdf50dcb3d9 100644 --- a/llvm/test/DebugInfo/2006-11-06-StackTrace.cpp +++ b/llvm/test/DebugInfo/2006-11-06-StackTrace.cpp @@ -6,7 +6,7 @@ // RUN: ( echo "break DeepStack::deepest"; echo "run 17" ; echo "where" ) > Output/StackTrace.gdbin // RUN: gdb -q -batch -n -x Output/StackTrace.gdbin Output/StackTrace.exe | tee Output/StackTrace.out | grep '#0 DeepStack::deepest.*(this=.*,.*x=33)' // RUN: gdb -q -batch -n -x Output/StackTrace.gdbin Output/StackTrace.exe | grep '#7 0x.* in main.*(argc=[12],.*argv=.*)' -// XFAIL: * +// XFAIL: i[1-9]86 #include