search for: posixen

Displaying 1 result from an estimated 1 matches for "posixen".

2013 Feb 19
1
[LLVMdev] x86_stdcallcc and extra name mangling on Windows
...DW2-style EH is available for it. The D programming language has a feature equivalent to LLVM module level inline assembly, so we need to at least partly follow the x86 D calling convention (http://dlang.org/abi.html). Most notably, the ABI mandates that the callee cleans the stack. On the various Posixen, we use x86_stdcallcc as a basis and apply some rewrites at the IR level to make things work just well enough. However, on Windows targets this does not work because of the extra name mangling applied. My question: Is there an easy way of disabling the name-mangling part but keep the rest of the C...