summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/cancellation_point_codegen.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2015-07-02 04:36:13 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2015-07-02 04:36:13 +0000
commitbb045d412f18dbb01bdf582130f73b25ea5e1e94 (patch)
tree41edc4a3f174ce108d024941cfad82c86dc2c29f /clang/test/OpenMP/cancellation_point_codegen.cpp
parent0f34da12e42311e943186622412f64d0a93ccf2a (diff)
downloadbcm5719-llvm-bb045d412f18dbb01bdf582130f73b25ea5e1e94.tar.gz
bcm5719-llvm-bb045d412f18dbb01bdf582130f73b25ea5e1e94.zip
[OPENMP 4.0] Fixed test for 'cancellation point' directive.
Added explicit target to pch test llvm-svn: 241240
Diffstat (limited to 'clang/test/OpenMP/cancellation_point_codegen.cpp')
-rw-r--r--clang/test/OpenMP/cancellation_point_codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/cancellation_point_codegen.cpp b/clang/test/OpenMP/cancellation_point_codegen.cpp
index 9ed12032619..589aec8ea00 100644
--- a/clang/test/OpenMP/cancellation_point_codegen.cpp
+++ b/clang/test/OpenMP/cancellation_point_codegen.cpp
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -verify -fopenmp -triple x86_64-apple-darwin13.4.0 -emit-llvm -o - %s | FileCheck %s
-// RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s
+// RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -triple x86_64-apple-darwin13.4.0 -emit-pch -o %t %s
// RUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -triple x86_64-apple-darwin13.4.0 -emit-llvm -o - | FileCheck %s
// expected-no-diagnostics
OpenPOWER on IntegriCloud