[LLVMdev] More llvm-gcc build breakage

Anton Korobeynikov asl at math.spbu.ru
Tue Aug 12 03:52:23 PDT 2008


> Rev 54193 seems to cause that failure doing a non bootstrap build on
> MingW.

> +#ifdef __i386__
> +extern int VirtualProtect (char *, int, int, int *) __attribute__((stdcall));
> +#endif
Do we need this stuff at all? afair, I deleted the whole lines in r47684 to sync libgcc2.c with 
mainline gcc.

--
WBR, Anton Korobeynikov 



More information about the llvm-dev mailing list