Displaying 7 results from an estimated 7 matches for "have_isnan_in_cmath".
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?
...defined, when in fact there isn't any. It seems that some #defines in
config.h in include/llvm/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 i...
2008 Feb 18
3
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...defined, when in fact there isn't any. It seems that some #defines in
config.h in include/llvm/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 i...
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?
...ny. It seems that some #defines in
> config.h in include/llvm/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...
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
...istedit.h
HAVE_HISTEDIT_H:INTERNAL=1
//Test HAVE_INT64_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 x...