mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Must have a frame pointer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31638 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a944e2592
commit
c24300587a
@ -1,6 +1,6 @@
|
||||
// This is a regression test on debug info to make sure that we can get a
|
||||
// meaningful stack trace from a C++ program.
|
||||
// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | llc -o Output/StackTrace.s -f
|
||||
// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | --disable-fp-elim llc -o Output/StackTrace.s -f
|
||||
// RUN: as Output/StackTrace.s -o Output/StackTrace.o
|
||||
// RUN: g++ Output/StackTrace.o -o Output/StackTrace.exe
|
||||
// RUN: ( echo "break DeepStack::deepest"; echo "run 17" ; echo "where" ) > Output/StackTrace.gdbin
|
||||
@ -8,7 +8,6 @@
|
||||
// RUN: gdb -q -batch -n -x Output/StackTrace.gdbin Output/StackTrace.exe | grep '#7 0x.* in main.*(argc=[12],.*argv=.*)'
|
||||
// XFAIL: i[0-9]86
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
class DeepStack {
|
||||
|
Loading…
x
Reference in New Issue
Block a user