]> granicus.if.org Git - clang/commitdiff
[OPENMP 4.0] Fixed test for 'cancellation point' directive.
authorAlexey Bataev <a.bataev@hotmail.com>
Thu, 2 Jul 2015 04:36:13 +0000 (04:36 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Thu, 2 Jul 2015 04:36:13 +0000 (04:36 +0000)
Added explicit target to pch test

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241240 91177308-0d34-0410-b5e6-96231b3b80d8

test/OpenMP/cancellation_point_codegen.cpp

index 9ed120326196790623e25e8096a96312f9b931d1..589aec8ea00dad6ae78c23f92870b0d041434d3e 100644 (file)
@@ -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