blob: 8bce3b8dd82f2a8788c3cb6721f090682d0ce027 [file] [log] [blame]
Shoaib Meenai09edbdd2018-06-06 23:09:02 +00001// RUN: %clang -target i686-windows-msvc -c %s -### 2>&1 | FileCheck -check-prefix=MSVC %s
2// RUN: %clang -target x86_64-windows-msvc -c %s -### 2>&1 | FileCheck -check-prefix=MSVC %s
3// RUN: %clang -target i686-windows-gnu -c %s -### 2>&1 | FileCheck -check-prefix=MINGW-DWARF %s
4// RUN: %clang -target x86_64-windows-gnu -c %s -### 2>&1 | FileCheck -check-prefix=MINGW-SEH %s
5
6MSVC-NOT: -fdwarf-exceptions
7MSVC-NOT: -fseh-exceptions
8MINGW-DWARF: -fdwarf-exceptions
9MINGW-SEH: -fseh-exceptions