[cfe-dev] Another Linker error with clang++

Devchandra L Meetei dlmeetei at gmail.com
Thu Sep 15 11:10:39 PDT 2011


Aha, forgot to mention, debug is enebled in both the clang++ and g++.
All the flags are same in both the clang++ and g++

--Dev

On Thu, Sep 15, 2011 at 11:38 PM, Benjamin Kramer
<benny.kra at googlemail.com>wrote:

> On Thu, Sep 15, 2011 at 11:02, Devchandra L Meetei <dlmeetei at gmail.com>
> wrote:
> > I have compiled clang by checking out from svn today morning
> > ./configure --enable-optimized --disable-assertions
> > make
> > Then I exported CXX and CC to the path to binary clang
> > then compile the pegasus code.
> > Memory footprint for clang vs g++(4.4.5)
> > clang
> > ----------------
> > 92M    lib/
> > 50M    bin/
> > ---------------
> > g++
> > 56M    lib/
> > 42M    bin/
>
> Which flags did you use to compile it? Is debug info enabled ("-g")?
> Did you compile your code with or without optimization?
>
> - Ben
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110915/44ce4998/attachment.html>


More information about the cfe-dev mailing list