summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendObjC
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/FrontendObjC
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/FrontendObjC')
-rw-r--r--llvm/test/FrontendObjC/2009-08-17-DebugInfo.m2
-rw-r--r--llvm/test/FrontendObjC/2009-11-30-Objc-ID.m2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/FrontendObjC/2009-08-17-DebugInfo.m b/llvm/test/FrontendObjC/2009-08-17-DebugInfo.m
index 0bc4e9a6d6c..2c72e9532ce 100644
--- a/llvm/test/FrontendObjC/2009-08-17-DebugInfo.m
+++ b/llvm/test/FrontendObjC/2009-08-17-DebugInfo.m
@@ -1,6 +1,6 @@
// This is a regression test on debug info to make sure that we can set a
// breakpoint on a objective message.
-// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | llc -o %t.s -O0
+// RUN: %llvmgcc -S -O0 -g %s -o - | llc -o %t.s -O0
// RUN: %compile_c %t.s -o %t.o
// RUN: %link %t.o -o %t.exe -framework Foundation
// RUN: echo {break randomFunc\n} > %t.in
diff --git a/llvm/test/FrontendObjC/2009-11-30-Objc-ID.m b/llvm/test/FrontendObjC/2009-11-30-Objc-ID.m
index dadccdc2dff..787bf72efe3 100644
--- a/llvm/test/FrontendObjC/2009-11-30-Objc-ID.m
+++ b/llvm/test/FrontendObjC/2009-11-30-Objc-ID.m
@@ -1,4 +1,4 @@
-// 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
// RUN: grep id %t.s | grep DW_AT_name
@interface A
OpenPOWER on IntegriCloud