[llvm-commits] CVS: llvm/test/CodeGen/ARM/hello.ll
Lauro Ramos Venancio
lauro.venancio at gmail.com
Mon Apr 16 10:08:27 PDT 2007
Changes in directory llvm/test/CodeGen/ARM:
hello.ll updated: 1.6 -> 1.7
---
Log message:
Fix hello.ll test.
---
Diffs of the changes: (+3 -3)
hello.ll | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/test/CodeGen/ARM/hello.ll
diff -u llvm/test/CodeGen/ARM/hello.ll:1.6 llvm/test/CodeGen/ARM/hello.ll:1.7
--- llvm/test/CodeGen/ARM/hello.ll:1.6 Sun Apr 15 18:00:46 2007
+++ llvm/test/CodeGen/ARM/hello.ll Mon Apr 16 12:08:00 2007
@@ -1,8 +1,8 @@
; RUN: llvm-as < %s | llc -march=arm &&
-; RUN: llvm-as < %s | llc -mtriple=arm-linux | grep mov | wc -l | grep 1 &&
-; RUN: llvm-as < %s | llc -mtriple=arm-linux --disable-fp-elim | grep mov | wc -l | grep 2
+; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnueabi | grep mov | wc -l | grep 1
+; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnu --disable-fp-elim | grep mov \
+; RUN: | wc -l | grep 3
; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin | grep mov | wc -l | grep 2
-; XFAIL: *
@str = internal constant [12 x i8] c"Hello World\00"
More information about the llvm-commits
mailing list