[cfe-commits] PATCH: Add r600 TargetInfo

Eli Friedman eli.friedman at gmail.com
Tue Oct 9 17:18:38 PDT 2012


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.

-Eli



More information about the cfe-commits mailing list