search for: 2a5f498b

Displaying 1 result from an estimated 1 matches for "2a5f498b".

2016 May 06
2
Passing structs in C calling convention
Hi, I want to declare a function that matches C ABI. Do I need to transform declarations like void @f(%struct.A %a) into void @f(%struct.A* byval %a) myself or LLVM can do it for me? Is this what "ccc" calling convention means? - Paweł -------------- next part -------------- An HTML attachment was scrubbed... URL: