[llvm-dev] Changing the libc calling convention

David Chisnall via llvm-dev llvm-dev at lists.llvm.org
Tue Oct 6 02:39:09 PDT 2015


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