diff options
| author | Reid Kleckner <rnk@google.com> | 2015-10-08 01:13:52 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2015-10-08 01:13:52 +0000 |
| commit | 129552b3757fa15f5e2f8ead1b1e24684f183574 (patch) | |
| tree | cb282daf5ede313fa6aa705d7ff6a555dda7f42a /clang/test/OpenMP/parallel_codegen.cpp | |
| parent | 3b804877fd7e3270b1c53f1de9adce5fb0cbd380 (diff) | |
| download | bcm5719-llvm-129552b3757fa15f5e2f8ead1b1e24684f183574.tar.gz bcm5719-llvm-129552b3757fa15f5e2f8ead1b1e24684f183574.zip | |
[WinEH] Remove NewMSEH and enable its behavior by default
Testing has shown that it is at least as reliable as the old landingpad
pattern matching code.
llvm-svn: 249647
Diffstat (limited to 'clang/test/OpenMP/parallel_codegen.cpp')
| -rw-r--r-- | clang/test/OpenMP/parallel_codegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/parallel_codegen.cpp b/clang/test/OpenMP/parallel_codegen.cpp index 6a4de6d5284..e43afdace97 100644 --- a/clang/test/OpenMP/parallel_codegen.cpp +++ b/clang/test/OpenMP/parallel_codegen.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -verify -fopenmp -x c++ -emit-llvm %s -fexceptions -fcxx-exceptions -o - | FileCheck %s +// RUN: %clang_cc1 -verify -fopenmp -x c++ -emit-llvm %s -triple %itanium_abi_triple -fexceptions -fcxx-exceptions -o - | FileCheck %s // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-pch -o %t %s // RUN: %clang_cc1 -fopenmp -x c++ -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -g -std=c++11 -include-pch %t -verify %s -emit-llvm -o - | FileCheck --check-prefix=CHECK-DEBUG %s // expected-no-diagnostics |

