diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-04-28 01:04:53 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-04-28 01:04:53 +0000 |
| commit | 56f2987a8768971be538e8caa03326c46960d205 (patch) | |
| tree | c9d1bff5a181efe171a72594b2c0962fbc995353 /llvm/test/FrontendC++ | |
| parent | 902393b4b79c7fc40635fc5556b856ec121abaf0 (diff) | |
| download | bcm5719-llvm-56f2987a8768971be538e8caa03326c46960d205.tar.gz bcm5719-llvm-56f2987a8768971be538e8caa03326c46960d205.zip | |
r70270 isn't ready yet. Back this out. Sorry for the noise.
llvm-svn: 70275
Diffstat (limited to 'llvm/test/FrontendC++')
| -rw-r--r-- | llvm/test/FrontendC++/2006-11-06-StackTrace.cpp | 2 | ||||
| -rw-r--r-- | llvm/test/FrontendC++/2006-11-30-Pubnames.cpp | 2 | ||||
| -rw-r--r-- | llvm/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp b/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp index f6a4428e4c8..15c88df0d15 100644 --- a/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp +++ b/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp @@ -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 - | llvm-as | \ -// RUN: llc --disable-fp-elim -o %t.s -f -O0 -relocation-model=pic +// RUN: llc --disable-fp-elim -o %t.s -f -fast -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 diff --git a/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp b/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp index 8102713c39f..b53d6aa734f 100644 --- a/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp +++ b/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp @@ -1,7 +1,7 @@ // This is a regression test on debug info to make sure that we can access // qualified global names. // RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \ -// RUN: llc --disable-fp-elim -o %t.s -f -O0 +// RUN: llc --disable-fp-elim -o %t.s -f -fast // RUN: %compile_c %t.s -o %t.o // RUN: %link %t.o -o %t.exe // RUN: %llvmdsymutil %t.exe diff --git a/llvm/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp b/llvm/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp index dfc607e654f..4bd8e771e52 100644 --- a/llvm/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp +++ b/llvm/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -c -g %s -o - | llc -O0 -f -o %t.s +// RUN: %llvmgcc -c -g %s -o - | llc -fast -f -o %t.s // RUN: %compile_c %t.s -o %t.o // PR4025 |

