mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 22:20:37 +00:00
Pass --disable-cfi to llc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130754 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
34868ee4de
commit
a08bd8963b
@ -1,7 +1,7 @@
|
||||
// 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 - | \
|
||||
// RUN: llc --disable-fp-elim -o %t.s -O0 -relocation-model=pic
|
||||
// RUN: llc --disable-cfi --disable-fp-elim -o %t.s -O0 -relocation-model=pic
|
||||
// RUN: %compile_c %t.s -o %t.o
|
||||
// RUN: %link %t.o -o %t.exe
|
||||
// RUN: echo {break DeepStack::deepest\nrun 17\nwhere\n} > %t.in
|
||||
|
@ -1,4 +1,4 @@
|
||||
// RUN: %llvmgcc -S -g %s -o - | llc -O0 -o %t.s
|
||||
// RUN: %llvmgcc -S -g %s -o - | llc --disable-cfi -O0 -o %t.s
|
||||
// RUN: %compile_c %t.s -o %t.o
|
||||
// PR4025
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
// This regression test checks byval arguments' debug info.
|
||||
// Radar 8367011
|
||||
// RUN: %llvmgcc -S -O0 -g %s -o - | \
|
||||
// RUN: llc --disable-fp-elim -o %t.s -O0 -relocation-model=pic
|
||||
// RUN: llc --disable-cfi --disable-fp-elim -o %t.s -O0 -relocation-model=pic
|
||||
// RUN: %compile_c %t.s -o %t.o
|
||||
// RUN: %link %t.o -o %t.exe
|
||||
// RUN: echo {break get\nrun\np missing_arg.b} > %t.in
|
||||
|
Loading…
Reference in New Issue
Block a user