[cfe-dev] Fwd: Re: Small patches to allow fully independent clang/llvm/compiler-rt/libc++

Renato Golin via cfe-dev cfe-dev at lists.llvm.org
Thu Oct 15 05:59:38 PDT 2015


On 15 October 2015 at 13:51, Mario Werner via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> Subject: Re: [cfe-dev] Small patches to allow fully independent
> clang/llvm/compiler-rt/libc++
> Date: Thu, 15 Oct 2015 14:50:11 +0200
> From: Mario Werner <nioshd at gmail.com>
> To: Renato Golin <renato.golin at linaro.org>
>
> Maybe I am wrong but isn't this whole approach really similar to the
> cross compiler config files [1] which Richard Pennington proposed last year?

That proposal was based on our discussion derived from this model. :)

It's one and the same.


> If so it maybe possible to reuse his implementation from ellcc...

Yup. No reasons why not to.

But we shouldn't start on the driver, nor we should create something
that breaks compatibility with other compilers. Ellcc has no such
problem, so even if we are to merge his code, we'll have to adapt to a
more widely used compiler.

cheers,
--renato



More information about the cfe-dev mailing list