r241240 - [OPENMP 4.0] Fixed test for 'cancellation point' directive.
Alexey Bataev
a.bataev at hotmail.com
Wed Jul 1 21:36:13 PDT 2015
Author: abataev
Date: Wed Jul 1 23:36:13 2015
New Revision: 241240
URL: http://llvm.org/viewvc/llvm-project?rev=241240&view=rev
Log:
[OPENMP 4.0] Fixed test for 'cancellation point' directive.
Added explicit target to pch test
Modified:
cfe/trunk/test/OpenMP/cancellation_point_codegen.cpp
Modified: cfe/trunk/test/OpenMP/cancellation_point_codegen.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/OpenMP/cancellation_point_codegen.cpp?rev=241240&r1=241239&r2=241240&view=diff
==============================================================================
--- cfe/trunk/test/OpenMP/cancellation_point_codegen.cpp (original)
+++ cfe/trunk/test/OpenMP/cancellation_point_codegen.cpp Wed Jul 1 23:36:13 2015
@@ -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
More information about the cfe-commits
mailing list