[cfe-commits] PATCH: Add r600 TargetInfo

Eli Friedman eli.friedman at gmail.com
Fri Oct 12 16:34:25 PDT 2012


On Wed, Oct 10, 2012 at 9:17 AM, Tom Stellard <tom at stellard.net> wrote:
> On Tue, Oct 09, 2012 at 05:18:38PM -0700, Eli Friedman wrote:
>> On Mon, Oct 1, 2012 at 12:25 PM, Tom Stellard <tom at stellard.net> wrote:
>> > Hi,
>> >
>> > This patch adds r600 TargetInfo to Clang and makes it possible to
>> > compile OpenCL C kernels for r600 using libclang.
>> >
>> > Please Review.
>>
>> +  virtual const char * getVAListDeclaration() const {
>> +    return "";
>> +  }
>>
>> Unused.
>>
>> This is probably a bit too simple in the long-run, but it's fine for the moment.
>>
>
> Thanks for the review.
>
> Here is an updated version of the patch.  I don't have commit access, so
> I will need someone to commit it for me.

r165850.

-Eli



More information about the cfe-commits mailing list