[cfe-commits] PATCH: Add r600 TargetInfo
Eli Friedman
eli.friedman at gmail.com
Tue Oct 9 17:20:06 PDT 2012
On Tue, Oct 9, 2012 at 5:18 PM, Eli Friedman <eli.friedman at gmail.com> 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.
s/This/This patch/.
-Eli
More information about the cfe-commits
mailing list