Displaying 4 results from an estimated 4 matches for "mathextrastest".
2010 Oct 15
1
[LLVMdev] compiling rev. 116572 on you-know-what
...ys it's
WSAEAFNOSUPPORT instead of EAFNOSUPPORT
(prepend WSA... to all system error constants)
\llvm\tools\clang\lib\Serialization\ASTReaderStmt.cpp(1083) : warning
C4805: '==' : unsafe mix of type 'const uint64_t' and type 'bool' in
operation
\llvm\unittests\Support\MathExtrasTest.cpp(76) : warning C4305:
'initializing' : truncation from 'double' to 'const float'
\llvm\unittests\adt\stringreftest.cpp(21) : warning C4717:
'llvm::operator<<' : recursive on all control paths, function will cause
runtime stack overflow
-Jochen
2012 May 18
0
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
...ists.txt (revision 157010)
> +++ unittests/CMakeLists.txt (working copy)
> @@ -165,6 +165,7 @@
> Support/CommandLineTest.cpp
> Support/ConstantRangeTest.cpp
> Support/EndianTest.cpp
> + Support/FileOutputBufferTest.cpp
> Support/LeakDetectorTest.cpp
> Support/MathExtrasTest.cpp
> Support/Path.cpp
> Index: lib/Support/Unix/PathV2.inc
> ===================================================================
> --- lib/Support/Unix/PathV2.inc (revision 157010)
> +++ lib/Support/Unix/PathV2.inc (working copy)
> @@ -24,6 +24,9 @@
> #if HAVE_FCNTL_H
>...
2012 May 17
3
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
I now have an implementation of FileOutputBuffer (OutputBuffer was already taken). The patch supports the functionality listed below and I've tested that it works for lld.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FileOutputBuffer.patch
Type: application/octet-stream
Size: 25308 bytes
Desc: not available
URL:
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...for Release+Asserts build
llvm[2]: Linking Release+Asserts unit test ADT (without symbols)
llvm[2]: Compiling LockFileManagerTest.cpp for Release+Asserts build
llvm[2]: Compiling MD5Test.cpp for Release+Asserts build
llvm[2]: Compiling ManagedStatic.cpp for Release+Asserts build
llvm[2]: Compiling MathExtrasTest.cpp for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Unit test ADT (without symbols)
make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/ADT'
llvm[2]: Compiling MemoryBufferTest.cpp for Release+Asserts build
llvm[2]: Compiling MemoryTest.cpp for...