search for: have_isnan_in_math_h

Displaying 8 results from an estimated 8 matches for "have_isnan_in_math_h".

2008 Nov 12
0
[LLVMdev] [PATCH] Enable malloc_zone_statistics() in Mac OS X (cmake)
...1 + include/llvm/Config/config.h.cmake | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake index b8be58e..1f178c7 100755 --- a/cmake/config-ix.cmake +++ b/cmake/config-ix.cmake @@ -49,6 +49,7 @@ check_symbol_exists(isnan math.h HAVE_ISNAN_IN_MATH_H) check_symbol_exists(ceilf math.h HAVE_CEILF) check_symbol_exists(floorf math.h HAVE_FLOORF) check_symbol_exists(mallinfo malloc.h HAVE_MALLINFO) +check_symbol_exists(malloc_zone_statistics malloc/malloc.h HAVE_MALLOC_ZONE_STATISTICS) check_symbol_exists(pthread_mutex_lock pthread.h HAVE_PTHREA...
2004 Jul 16
2
[LLVMdev] IsNAN.cpp:23:3: #error "Don't know how to get isnan()"
Hi >From: Chris Lattner <sabre at nondot.org> >Date: Thu, 15 Jul 2004 17:43:27 -0500 (CDT) >Ah, suddenly everything makes sense. If you're interested in LLVM on the >windows platform, *please* get CVS. Last night I've got the latest version of LLVM from CVS and now porting LLVM to Interix from this version on. I got this error: --------------------- gmake[1]:
2008 Feb 18
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...lvm/Config are controlling this: /* Set to 1 if the isinf function is found in <math.h> */ #define HAVE_ISINF_IN_MATH_H 1 /* Set to 1 if the isnan function is found in <cmath> */ /* #undef HAVE_ISNAN_IN_CMATH */ /* Set to 1 if the isnan function is found in <math.h> */ #define HAVE_ISNAN_IN_MATH_H 1 But I'm guessing that somehow this is supposed to be manipulated by the build process, not by hand. Am I wrong in this? There's a config.h file in the win32 subdirectory that implies that it's supposed to be concatenated as part of the build process, but it doesn't seem like th...
2008 Feb 18
3
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...lvm/Config are controlling this: /* Set to 1 if the isinf function is found in <math.h> */ #define HAVE_ISINF_IN_MATH_H 1 /* Set to 1 if the isnan function is found in <cmath> */ /* #undef HAVE_ISNAN_IN_CMATH */ /* Set to 1 if the isnan function is found in <math.h> */ #define HAVE_ISNAN_IN_MATH_H 1 But I'm guessing that somehow this is supposed to be manipulated by the build process, not by hand. Am I wrong in this? There's a config.h file in the win32 subdirectory that implies that it's supposed to be concatenated as part of the build process, but it doesn't seem like th...
2008 Feb 18
2
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
By the way, somebody (I think it was Chuck, but I don't remember for certain) was asking for the BuildLog.htm from building the llvm.sln file under VS 2005 SP1 for diagnostic purposes; right now the SLN is configured to produce a new BuildLog for each and every one of the projects inside the solution. I don't know who's responsible for this guy, but that's probably not the best way
2008 Feb 19
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
.../* Set to 1 if the isinf function is found in <math.h> */ > #define HAVE_ISINF_IN_MATH_H 1 > > /* Set to 1 if the isnan function is found in <cmath> */ > /* #undef HAVE_ISNAN_IN_CMATH */ > > /* Set to 1 if the isnan function is found in <math.h> */ > #define HAVE_ISNAN_IN_MATH_H 1 > > > But I'm guessing that somehow this is supposed to be manipulated by the > build process, not by hand. Am I wrong in this? > > There's a config.h file in the win32 subdirectory that implies that > it's > supposed to be concatenated as part of the build...
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a /lot/ of errors like this (strangely I hit none of these in check-llvm, only in check-clang): Any ideas? ==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes at address 0x631000014800 ==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...NT64_T HAVE_INT64_T:INTERNAL=1 //Have include inttypes.h HAVE_INTTYPES_H:INTERNAL=1 //Have symbol isatty HAVE_ISATTY:INTERNAL=1 //Have symbol isinf HAVE_ISINF_IN_CMATH:INTERNAL= //Have symbol isinf HAVE_ISINF_IN_MATH_H:INTERNAL=1 //Have symbol isnan HAVE_ISNAN_IN_CMATH:INTERNAL= //Have symbol isnan HAVE_ISNAN_IN_MATH_H:INTERNAL=1 //Have library atomic HAVE_LIBATOMIC:INTERNAL=1 //Have library dl HAVE_LIBDL:INTERNAL=1 //Have library edit HAVE_LIBEDIT:INTERNAL= //Have library pthread HAVE_LIBPTHREAD:INTERNAL=1 //Have library rt HAVE_LIBRT:INTERNAL=1 //Have library xar HAVE_LIBXAR:INTERNAL= //Have library z HAVE_LIBZ...