[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2004-02-08-UnwindSupport.llx
John Criswell
criswell at cs.uiuc.edu
Wed Oct 19 11:30:58 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/X86:
2004-02-08-UnwindSupport.llx updated: 1.2 -> 1.3
---
Log message:
Force i386 code generation for an i386 specific test.
---
Diffs of the changes: (+1 -1)
2004-02-08-UnwindSupport.llx | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/2004-02-08-UnwindSupport.llx
diff -u llvm/test/Regression/CodeGen/X86/2004-02-08-UnwindSupport.llx:1.2 llvm/test/Regression/CodeGen/X86/2004-02-08-UnwindSupport.llx:1.3
--- llvm/test/Regression/CodeGen/X86/2004-02-08-UnwindSupport.llx:1.2 Thu Aug 4 14:55:39 2005
+++ llvm/test/Regression/CodeGen/X86/2004-02-08-UnwindSupport.llx Wed Oct 19 13:30:39 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -enable-correct-eh-support
+; RUN: llvm-as < %s | llc -march=x86 -enable-correct-eh-support
int %test() {
unwind
More information about the llvm-commits
mailing list