summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/windows-exceptions.cpp
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2019-05-06 21:19:01 +0000
committerMartin Storsjo <martin@martin.st>2019-05-06 21:19:01 +0000
commit5e100de2c7d34aa62c5e52b99ef8e9cc1d16c51a (patch)
treee8e82925d3ebf71be630334371340890cb68c661 /clang/test/Driver/windows-exceptions.cpp
parent899f3cd5817e410402a2f39a636a3bb4b119b3e2 (diff)
downloadbcm5719-llvm-5e100de2c7d34aa62c5e52b99ef8e9cc1d16c51a.tar.gz
bcm5719-llvm-5e100de2c7d34aa62c5e52b99ef8e9cc1d16c51a.zip
[MinGW] Use SEH by default on AArch64
The implementation of SEH is pretty mature at this point. Differential Revision: https://reviews.llvm.org/D61591 llvm-svn: 360081
Diffstat (limited to 'clang/test/Driver/windows-exceptions.cpp')
-rw-r--r--clang/test/Driver/windows-exceptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Driver/windows-exceptions.cpp b/clang/test/Driver/windows-exceptions.cpp
index 2eefe22bcdb..5aa4743eba5 100644
--- a/clang/test/Driver/windows-exceptions.cpp
+++ b/clang/test/Driver/windows-exceptions.cpp
@@ -2,8 +2,8 @@
// RUN: %clang -target x86_64-windows-msvc -c %s -### 2>&1 | FileCheck -check-prefix=MSVC %s
// RUN: %clang -target i686-windows-gnu -c %s -### 2>&1 | FileCheck -check-prefix=MINGW-DWARF %s
// RUN: %clang -target x86_64-windows-gnu -c %s -### 2>&1 | FileCheck -check-prefix=MINGW-SEH %s
-// RUN: %clang -target aarch64-windows-gnu -c %s -### 2>&1 | FileCheck -check-prefix=MINGW-DWARF %s
-// RUN: %clang -target aarch64-windows-gnu -fseh-exceptions -c %s -### 2>&1 | FileCheck -check-prefix=MINGW-SEH %s
+// RUN: %clang -target aarch64-windows-gnu -fdwarf-exceptions -c %s -### 2>&1 | FileCheck -check-prefix=MINGW-DWARF %s
+// RUN: %clang -target aarch64-windows-gnu -c %s -### 2>&1 | FileCheck -check-prefix=MINGW-SEH %s
MSVC-NOT: -fdwarf-exceptions
MSVC-NOT: -fseh-exceptions
OpenPOWER on IntegriCloud