diff options
| author | Reid Kleckner <reid@kleckner.net> | 2015-04-23 18:34:01 +0000 |
|---|---|---|
| committer | Reid Kleckner <reid@kleckner.net> | 2015-04-23 18:34:01 +0000 |
| commit | 909ea7e6b87844e1b95fa66d8fb8ed2eeaf495e9 (patch) | |
| tree | ab06b5219018b590dccd5e5b7c882aa1ab599804 /llvm/test/CodeGen/WinEH/seh-catch-all.ll | |
| parent | 7c5cb066d091eed948d0ef10bb15b9def37b81ab (diff) | |
| download | bcm5719-llvm-909ea7e6b87844e1b95fa66d8fb8ed2eeaf495e9.tar.gz bcm5719-llvm-909ea7e6b87844e1b95fa66d8fb8ed2eeaf495e9.zip | |
Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works"
We still have some "uses remain after removal" issues in -O0 builds.
This reverts commit r235557.
llvm-svn: 235617
Diffstat (limited to 'llvm/test/CodeGen/WinEH/seh-catch-all.ll')
| -rw-r--r-- | llvm/test/CodeGen/WinEH/seh-catch-all.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WinEH/seh-catch-all.ll b/llvm/test/CodeGen/WinEH/seh-catch-all.ll index ab6c9effbf4..fb2b9ba7cfd 100644 --- a/llvm/test/CodeGen/WinEH/seh-catch-all.ll +++ b/llvm/test/CodeGen/WinEH/seh-catch-all.ll @@ -1,4 +1,4 @@ -; RUN: opt -S -winehprepare < %s | FileCheck %s +; RUN: opt -S -winehprepare -sehprepare < %s | FileCheck %s target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-windows-msvc" |

