[LLVMdev] [cfe-dev] LLVM 2.9 RC1 Pre-release Tarballs

Dongsheng Song dongsheng.song at gmail.com
Wed Mar 9 00:42:03 PST 2011


On Wed, Mar 9, 2011 at 11:41, Dongsheng Song <dongsheng.song at gmail.com>wrote:

> On Wed, Mar 9, 2011 at 09:51, Bill Wendling <wendling at apple.com> wrote:
>
>> There are LLVM 2.9 RC1 pre-release tarballs source available. You can find
>> them here:
>>
>>        http://llvm.org/pre-releases/2.9/
>>
>> Please download them, build them, and compile things to your heart's
>> content. And most importantly file a bunch of bug reports. :-)
>>
>> Share and enjoy!
>> -bw
>>
>>
> Your clang-2.9rc1.src.tar.gz is bad, it should named to
> clang-2.9rc1.src.tar.gz.gz !!!
>
> oracle at vc:~/tmp$ gzip -cd clang-2.9rc1.src.tar.gz > clang-2.9rc1.src.tar
> oracle at vc:~/tmp$ file clang-2.9rc1.src.tar
> clang-2.9rc1.src.tar: gzip compressed data, from Unix, last modified: Wed
> Mar  9 09:38:38 2011
> oracle at vc:~/tmp$ gzip -cd clang-2.9rc1.src.tar > clang-2.9rc1.src.tar2
> oracle at vc:~/tmp$ tar xf clang-2.9rc1.src.tar2
>

Test on mingw64-trunk (i686-w64-mingw32, 4.5.3 20110308):

  Expected Passes    : 5114
  Expected Failures  : 48
  Unsupported Tests  : 547
  Unexpected Failures: 130

The following failures is very strange:

C:\var\pool\llvm-2.9rc1\unittests\Support\raw_ostream_test.cpp:100: Failure
Value of: printToStringUnbuffered(1.1)
  Actual: "1.100000e+000"
Expected: "1.100000e+00"
[  FAILED  ] raw_ostreamTest.Types_Unbuffered (0 ms)

C:\var\pool\llvm-2.9rc1\unittests\Support\raw_ostream_test.cpp:69: Failure
Value of: printToString(1.1)
  Actual: "1.100000e+000"
Expected: "1.100000e+00"
[  FAILED  ] raw_ostreamTest.Types_Buffered (0 ms)
[----------] 1 test from raw_ostreamTest (0 ms total)

--
Dongsheng Song
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110309/559618bc/attachment.html>


More information about the llvm-dev mailing list