[PATCH] D57442: [OpenGL] Fix test on PPC after r352540
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 30 03:23:58 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL352618: [OpenGL] Fix test on PPC after r352540 (authored by ioeric, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57442/new/
https://reviews.llvm.org/D57442
Files:
cfe/trunk/test/SemaOpenCL/format-strings-fixit.cl
Index: cfe/trunk/test/SemaOpenCL/format-strings-fixit.cl
===================================================================
--- cfe/trunk/test/SemaOpenCL/format-strings-fixit.cl
+++ cfe/trunk/test/SemaOpenCL/format-strings-fixit.cl
@@ -1,7 +1,7 @@
// RUN: cp %s %t
-// RUN: %clang_cc1 -cl-std=CL1.2 -pedantic -Wall -fixit %t
-// RUN: %clang_cc1 -cl-std=CL1.2 -fsyntax-only -pedantic -Wall -Werror %t
-// RUN: %clang_cc1 -cl-std=CL1.2 -E -o - %t | FileCheck %s
+// RUN: %clang_cc1 -cl-std=CL1.2 -pedantic -Wall -fixit %t -triple x86_64-unknown-linux-gnu
+// RUN: %clang_cc1 -cl-std=CL1.2 -fsyntax-only -pedantic -Wall -Werror %t -triple x86_64-unknown-linux-gnu
+// RUN: %clang_cc1 -cl-std=CL1.2 -E -o - %t -triple x86_64-unknown-linux-gnu | FileCheck %s
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57442.184272.patch
Type: text/x-patch
Size: 807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190130/f984dcdb/attachment.bin>
More information about the cfe-commits
mailing list