search for: raw_ostream_test

Displaying 5 results from an estimated 5 matches for "raw_ostream_test".

2011 Mar 09
2
[LLVMdev] [cfe-dev] LLVM 2.9 RC1 Pre-release Tarballs
...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: &quo...
2011 Mar 09
0
[LLVMdev] [cfe-dev] LLVM 2.9 RC1 Pre-release Tarballs
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
2011 Mar 09
5
[LLVMdev] LLVM 2.9 RC1 Pre-release Tarballs
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
2014 May 02
2
[LLVMdev] clang build (Debug+Asserts) fails with Cygwin and Mingw (ASTContext.o: File too big)
On 5/2/2014 11:41 PM, David Blaikie wrote: > Any idea what all those sections are - comdat inline functions? > No idea, as I cannot run objdump -h on a object file that I couldn't build :) Anyhow, I have an old, successful Debug+Asserts build of clang, made with Mingw also, for clang revision 206070. Apparently, the ASTContext.o file there contained 16453 sections, not 33066, as
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...Release+Asserts build llvm[2]: Compiling TimeValueTest.cpp for Release+Asserts build llvm[2]: Compiling UnicodeTest.cpp for Release+Asserts build llvm[2]: Compiling YAMLIOTest.cpp for Release+Asserts build llvm[2]: Compiling YAMLParserTest.cpp for Release+Asserts build llvm[2]: Compiling formatted_raw_ostream_test.cpp for Release+Asserts build llvm[2]: Compiling raw_ostream_test.cpp for Release+Asserts build llvm[2]: Compiling raw_pwrite_stream_test.cpp for Release+Asserts build llvm[2]: Linking Release+Asserts unit test Support (without symbols) llvm[2]: ======= Finished Linking Release+Asserts Unit test Su...