[cfe-dev] link error in building clang

Nikola Smiljanic popizdeh at gmail.com
Tue Feb 28 00:11:39 PST 2012


Make sure to use "reply to all" so that everybody on the list can see
your messages.

On Tue, Feb 28, 2012 at 2:50 AM, Ax Jiang <jiangax09 at gmail.com> wrote:
> Even if I use --disable-assertions, ld is still broken.
> And when I tried it on a server with a larger ram, the error is gone.
>
> The following questions is that anyway to customize the clang?
> Sometimes, in some cases, clang is used ONLY as c++ parser.
>

I'm not really sure what you mean by this. You can use -fsyntax-only
to check the syntax of your code, or you could use -E to get the
preprocessed file.



More information about the cfe-dev mailing list