diff options
author | Dan Gohman <gohman@apple.com> | 2009-12-05 00:02:37 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-12-05 00:02:37 +0000 |
commit | 6aea8dccf19fb514fe8cedaef81dfd78cd528679 (patch) | |
tree | 445ff775e9913ece16f348106b75ea1c5a1af634 /llvm/test/FrontendC++/2006-11-06-StackTrace.cpp | |
parent | 86bafa29a354405dc69bcd4ed6fd634ec22d0810 (diff) | |
download | bcm5719-llvm-6aea8dccf19fb514fe8cedaef81dfd78cd528679.tar.gz bcm5719-llvm-6aea8dccf19fb514fe8cedaef81dfd78cd528679.zip |
Remove now-redundant llvm-as invocations.
llvm-svn: 90626
Diffstat (limited to 'llvm/test/FrontendC++/2006-11-06-StackTrace.cpp')
-rw-r--r-- | llvm/test/FrontendC++/2006-11-06-StackTrace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp b/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp index 24eeda8a27b..3732cb93690 100644 --- a/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp +++ b/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp @@ -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 | \ +// RUN: %llvmgcc -S -O0 -g %s -o - | \ // RUN: llc --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 |