[cfe-commits] r159965 - in /cfe/trunk: include/clang/Basic/Attr.td include/clang/Basic/DiagnosticSemaKinds.td lib/CodeGen/CodeGenFunction.cpp lib/CodeGen/CodeGenFunction.h lib/Sema/SemaDeclAttr.cpp test/CodeGenOpenCL/kernel-attributes.cl
Simon Atanasyan
satanasyan at mips.com
Thu Aug 9 07:34:52 PDT 2012
On Tue, Aug 7, 2012 at 8:01 PM, Anton Lokhmotov <Anton.Lokhmotov at arm.com> wrote:
> I suggest you modify the kernel argument type to something that's not changed that radically by Clang for MIPS. If you can't use a vector type, perhaps use another integer type e.g. short or long?
I replaced 'float4' by 'int'. The patch is attached.
--
Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kernel-attr-test.2.patch
Type: application/octet-stream
Size: 1156 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120809/7bec0d6c/attachment.obj>
More information about the cfe-commits
mailing list