r233594 - Add driver support for Native Client SDK

Hans Wennborg hans at chromium.org
Mon Jul 27 15:24:48 PDT 2015


Hi Derek,

Should this be mentioned in the 3.7 release notes?

I'm getting "does 3.7 support NaCl"-style questions. It would be great
if the docs could clarify what this means.

Cheers,
Hans

On Mon, Mar 30, 2015 at 1:31 PM, Derek Schuff <dschuff at google.com> wrote:
> Author: dschuff
> Date: Mon Mar 30 15:31:33 2015
> New Revision: 233594
>
> URL: http://llvm.org/viewvc/llvm-project?rev=233594&view=rev
> Log:
> Add driver support for Native Client SDK
>
> Add Tool and ToolChain support for clang to target the NaCl OS using the NaCl
> SDK for x86-32, x86-64 and ARM.
>
> Includes nacltools::Assemble and Link which are derived from gnutools. They
> are similar to Linux but different enought that they warrant their own class.
> Also includes a NaCl_TC in ToolChains derived from Generic_ELF with library
> and include paths suitable for an SDK and independent of the system tools.
>
> Differential Revision: http://reviews.llvm.org/D8590



More information about the cfe-commits mailing list