This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: LLVM/GCC Integration Proposal
On 11/19/05, Joseph S. Myers <joseph@codesourcery.com> wrote:
> On Fri, 18 Nov 2005, Chris Lattner wrote:
>
> > 1. The build system is taught about C++ code.
>
> With toplevel bootstrap this will bootstrap libstdc++ so that the compiler
> ends up linked with the new libstdc++ not the (in general
> ABI-incompatible) old one? (This question applies to all projects
> involving C++ in GCC.)
In apple-local-200502-branch, if you bootstrap compiler using
build_gcc (this is what we do here) then it does not build libstdc++
at all. Here at Apple, libstdc++ is built as a separate project. This
has nothing to do with llvm.
-
Devang