diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-11-11 10:22:56 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-11-11 10:22:56 +0000 |
commit | 44e2f8f9fae4a7d960390eb486eaedd38ea0ce51 (patch) | |
tree | 43275d28dd8bee6ce4837bea2887da87cc436f92 /test/DebugInfo | |
parent | 2fe47fccb9a44f78041383cdef5d5bda9e286e8f (diff) | |
download | external_llvm-44e2f8f9fae4a7d960390eb486eaedd38ea0ce51.zip external_llvm-44e2f8f9fae4a7d960390eb486eaedd38ea0ce51.tar.gz external_llvm-44e2f8f9fae4a7d960390eb486eaedd38ea0ce51.tar.bz2 |
Works for PowerPC with frame pointers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31679 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r-- | test/DebugInfo/2006-11-06-StackTrace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2006-11-06-StackTrace.cpp b/test/DebugInfo/2006-11-06-StackTrace.cpp index 2233af4..4fdf50d 100644 --- a/test/DebugInfo/2006-11-06-StackTrace.cpp +++ b/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 <stdlib.h> |