search for: shellprinthiiex

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

2011 May 17
1
[LLVMdev] [cfe-dev] x86_64-pc-win32 ABI var arg code gen bug? Is the bitcode correct? Or is it the code gen?
...drew Fish <afish at apple.com>: > It looks like for x86_64-pc-win32 the compiler does not generate the correct > code? It looks like the spill of the argument registers to the 32-byte > callers shadow space is not in the bitcode? > I have some code (attached as v.c): > int > ShellPrintHiiEx ( >   int                  Col, >   int                  Row, >   const char           *Language, >   const void           *HiiFormatStringId, >   const void           *HiiFormatHandle, >   ... >   ) > { >   VA_LIST           Marker; >   int               Value; >  ...