[llvm-dev] Changing the libc calling convention
Ed Jones via llvm-dev
llvm-dev at lists.llvm.org
Tue Oct 6 02:44:29 PDT 2015
Apologies, I mean all functions which are part of the C standard, not
simply those which appear in libc.
Best regards,
Edward Jones
On 06/10/15 10:39, David Chisnall wrote:
> On 6 Oct 2015, at 10:27, Ed Jones via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Although I can see a way to change
>> the calling convention for compiler-rt functions, there does not appear
>> to be a mechanism to achieve this for libc library calls.
>
> Can you clarify what you mean by ‘libc’ in this context? Do you mean solely functions that are part of the C standard (which may be in libc, libm, or some other support library), or functions that are actually in a specific library?
>
> David
>
More information about the llvm-dev
mailing list