[cfe-commits] r67429 - /cfe/trunk/lib/CodeGen/Mangle.cpp
Anton Korobeynikov
anton at korobeynikov.info
Sat Mar 21 02:26:02 PDT 2009
Hi, Cedric
> On windows, function name are 'mangled' by prefixing the name with an
> underscore or arobase and depending to the calling convention suffixed
> with the size of the arguments. Should this be done here?
No. This is work of backend (and currently it indeed does this!) Also,
note, that symbols are mangled differently in "at&t" and "intel" asm
flavours.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the cfe-commits
mailing list