aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/x86_target_exceptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/OpenMP/x86_target_exceptions.cpp')
-rw-r--r--clang/test/OpenMP/x86_target_exceptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/x86_target_exceptions.cpp b/clang/test/OpenMP/x86_target_exceptions.cpp
index d29ed3f..490b624 100644
--- a/clang/test/OpenMP/x86_target_exceptions.cpp
+++ b/clang/test/OpenMP/x86_target_exceptions.cpp
@@ -1,6 +1,6 @@
// REQUIRES: x86-registered-target, staticanalyzer
-// RUN: %clang_cc1 -fopenmp -triple x86_64-pc-linux-gnu -fopenmp-is-target-device -fcxx-exceptions -fexceptions %s -emit-llvm -verify -Wopenmp-target-exception -analyze
+// RUN: %clang_cc1 -fopenmp -triple x86_64-pc-linux-gnu -fopenmp-is-target-device -fcxx-exceptions -fexceptions %s -verify -Wopenmp-target-exception -analyze
#pragma omp declare target
int foo(void) {
int error = -1;