aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/x86_target_try_catch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/OpenMP/x86_target_try_catch.cpp')
-rw-r--r--clang/test/OpenMP/x86_target_try_catch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/x86_target_try_catch.cpp b/clang/test/OpenMP/x86_target_try_catch.cpp
index 9335f15..36389a5 100644
--- a/clang/test/OpenMP/x86_target_try_catch.cpp
+++ b/clang/test/OpenMP/x86_target_try_catch.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;