On Wed, Oct 10, 2012 at 9:17 AM, Tom Stellard <[email protected]> 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 <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
