From: Alexey Bataev Date: Thu, 2 Jul 2015 04:36:13 +0000 (+0000) Subject: [OPENMP 4.0] Fixed test for 'cancellation point' directive. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f37e15f9a5714657598ff06247376cf990e73a50;p=clang [OPENMP 4.0] Fixed test for 'cancellation point' directive. Added explicit target to pch test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241240 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/OpenMP/cancellation_point_codegen.cpp b/test/OpenMP/cancellation_point_codegen.cpp index 9ed1203261..589aec8ea0 100644 --- a/test/OpenMP/cancellation_point_codegen.cpp +++ b/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