Re: r272342 - RenderScript support in the Frontend

2016-06-10 Thread Pirama Arumuga Nainar via cfe-commits
Uploaded http://reviews.llvm.org/D21240 with the requested changes. On Fri, Jun 10, 2016 at 7:39 AM, Aaron Ballman wrote: > > +def Kernel : Attr { > > Please rename this to RenderScriptKernel. We have another attribute > that is spelled "kernel" already, and we want to

Re: r272342 - RenderScript support in the Frontend

2016-06-10 Thread Aaron Ballman via cfe-commits
On Thu, Jun 9, 2016 at 7:34 PM, Pirama Arumuga Nainar via cfe-commits wrote: > Author: pirama > Date: Thu Jun 9 18:34:20 2016 > New Revision: 272342 > > URL: http://llvm.org/viewvc/llvm-project?rev=272342=rev > Log: > RenderScript support in the Frontend > > Summary:

r272342 - RenderScript support in the Frontend

2016-06-09 Thread Pirama Arumuga Nainar via cfe-commits
Author: pirama Date: Thu Jun 9 18:34:20 2016 New Revision: 272342 URL: http://llvm.org/viewvc/llvm-project?rev=272342=rev Log: RenderScript support in the Frontend Summary: Create a new Frontend LangOpt to specify the renderscript language. It is enabled by the "-x renderscript" option from