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

Liu proljc at gmail.com
Wed Aug 4 18:31:54 PDT 2010


OK, thank you. I have to invoke my as and ld manually.

2010/8/4 arrowdodger <6yearold at gmail.com>

> 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/20100805/7004dd31/attachment.html>


More information about the cfe-dev mailing list