diff options
-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 |