[LLVMdev] x86 asm dllexport output for mingw targets

Alen Skondro askondro at gmail.com
Tue Feb 7 04:44:12 PST 2012


On 7.2.2012 13:25, Anton Korobeynikov wrote:
> Alen,
>
>> It seems that the DLL export directives for __cdecl and __stdcall
>> functions are not correctly written in asm output.
> So, this is for all functions then, right? :)
>

Well, __fastcall is working. That's because such functions have no 
preceding underscore but a '@'.

@exportFunc1 at 4

Just a note to my previous mail:
Actually, it's GNU ld which reports this error and not GAS.

regards,
Alen



More information about the llvm-dev mailing list