Displaying 2 results from an estimated 2 matches for "r80933".
2009 Sep 03
0
[LLVMdev] 2.6 pre-release1 ready for testing
...l to sprintf is as follow :
> sprintf(MacroBuf, "%s=%llu%s", MacroName, MaxVal, ValSuffix);
> and should be transformed to :
> sprintf(MacroBuf, "%s=%I64u%s", MacroName, MaxVal, ValSuffix);
> as mingw toolchain don't support "%llu" marker.
Fixed in SVN r80933.
I don't know the status of clang on MinGW, so its hard for me to say
whether its worth trying to take this for 2.6.
- Daniel
2009 Sep 03
2
[LLVMdev] 2.6 pre-release1 ready for testing
Hi Tanya,
I have tried the 2.6 pre-release on the following host :
Windows XP pro SP2 with mingw/msys :
uname -a
MINGW32_NT-5.1 OLIVE 1.0.10(0.46/3/2) 2004-03-15 07:17 i686 unknown
gcc -v
Reading specs from d:/mingw/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5/configure --with-gcc --with-gnu-ld
--with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw
--enable-threads