[llvm-commits] CVS: llvm/test/CodeGen/Generic/2007-05-05-Personality.ll

Evan Cheng evan.cheng at apple.com
Mon May 7 14:38:24 PDT 2007



Changes in directory llvm/test/CodeGen/Generic:

2007-05-05-Personality.ll updated: 1.1 -> 1.2
---
Log message:

Fix test case.

---
Diffs of the changes:  (+1 -1)

 2007-05-05-Personality.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CodeGen/Generic/2007-05-05-Personality.ll
diff -u llvm/test/CodeGen/Generic/2007-05-05-Personality.ll:1.1 llvm/test/CodeGen/Generic/2007-05-05-Personality.ll:1.2
--- llvm/test/CodeGen/Generic/2007-05-05-Personality.ll:1.1	Sat May  5 15:22:08 2007
+++ llvm/test/CodeGen/Generic/2007-05-05-Personality.ll	Mon May  7 16:38:05 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -enable-eh -o - | grep zPLR
+; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -enable-eh -o - | grep zPLR
 
 @error = external global i8		; <i8*> [#uses=2]
 






More information about the llvm-commits mailing list