summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-12-05 00:02:37 +0000
committerDan Gohman <gohman@apple.com>2009-12-05 00:02:37 +0000
commit6aea8dccf19fb514fe8cedaef81dfd78cd528679 (patch)
tree445ff775e9913ece16f348106b75ea1c5a1af634 /llvm/test/FrontendC++/2006-11-06-StackTrace.cpp
parent86bafa29a354405dc69bcd4ed6fd634ec22d0810 (diff)
downloadbcm5719-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.cpp2
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
OpenPOWER on IntegriCloud