diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/seh-safe-div.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/seh-safe-div.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/seh-safe-div.ll b/llvm/test/CodeGen/X86/seh-safe-div.ll index 80b15b60102..1f9e22c5462 100644 --- a/llvm/test/CodeGen/X86/seh-safe-div.ll +++ b/llvm/test/CodeGen/X86/seh-safe-div.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple x86_64-pc-windows-msvc < %s | FileCheck %s +; RUN: llc -sehprepare -mtriple x86_64-pc-windows-msvc < %s | FileCheck %s ; This test case is also intended to be run manually as a complete functional ; test. It should link, print something, and exit zero rather than crashing. |