diff options
author | John Criswell <criswell@uiuc.edu> | 2005-10-19 18:30:39 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2005-10-19 18:30:39 +0000 |
commit | 886eb391704333cb0f24fad32f95da43371b9407 (patch) | |
tree | 3d1a4523575d227315d47809ceff51890cfee0d4 | |
parent | 0de8796e68d49d57f4135aa40a1c72b03aa8ecca (diff) |
Force i386 code generation for an i386 specific test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23821 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/2004-02-08-UnwindSupport.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2004-02-08-UnwindSupport.llx b/test/CodeGen/X86/2004-02-08-UnwindSupport.llx index 2b952f9fbf..4aaddd6a42 100644 --- a/test/CodeGen/X86/2004-02-08-UnwindSupport.llx +++ b/test/CodeGen/X86/2004-02-08-UnwindSupport.llx @@ -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 |