[PATCH] D54253: [OpenCL] Launch opencl-types.cl test only on x86

Alexey Sachkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 21 06:32:04 PST 2018


AlexeySachkov updated this revision to Diff 174919.
AlexeySachkov retitled this revision from "[OpenCL][NFC] Improve test coverage of test/Index/opencl-types.cl" to "[OpenCL] Launch opencl-types.cl test only on x86".
AlexeySachkov edited the summary of this revision.
AlexeySachkov added a comment.

Simplified patch. Updated title and description


https://reviews.llvm.org/D54253

Files:
  test/Index/opencl-types.cl


Index: test/Index/opencl-types.cl
===================================================================
--- test/Index/opencl-types.cl
+++ test/Index/opencl-types.cl
@@ -1,4 +1,5 @@
 // RUN: c-index-test -test-print-type %s -cl-std=CL2.0 | FileCheck %s
+// REQUIRES: x86
 
 #pragma OPENCL EXTENSION cl_khr_fp16 : enable
 #pragma OPENCL EXTENSION cl_khr_fp64 : enable


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54253.174919.patch
Type: text/x-patch
Size: 365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181121/77e638e6/attachment.bin>


More information about the cfe-commits mailing list