[cfe-dev] How can I specify AS/LD using Clang flag?

arrowdodger 6yearold at gmail.com
Wed Aug 4 04:49:40 PDT 2010


You can use -S flag to make clang output only assembly. After that, you can
invoke your as and ld manually.

On Wed, Aug 4, 2010 at 1:25 PM, Liu <proljc at gmail.com> wrote:

> Hi all
> I want to compile glibc using clang, it need specify AS LD CC CPP and so
> on, I can sepcify CC=clang CPP= clang -E, but, how can I specify AS and LD?
> Which Clang Flag should I use?
> Thanks for your time.
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100804/d91eed9f/attachment.html>


More information about the cfe-dev mailing list