[cfe-dev] Use MinGW ld.exe with Clang in Windows

Nikola Smiljanic popizdeh at gmail.com
Wed Aug 29 00:11:49 PDT 2012


You just pass this to clang.exe which acts as a driver. Everything
from there should happen automagically :)

On Wed, Aug 29, 2012 at 8:44 AM, fiveight <fiveight at tom.com> wrote:
>>You should be able to achieve what
>>you want by passing -triple=i386-pc-mingw32 to the driver.
>
> You meam I pass -triple=i386-pc-mingw32 to the Clang, and Clang will auto use ld.exe to link object files?
> Or I must launch ld.exe manually?



More information about the cfe-dev mailing list