Displaying 5 results from an estimated 5 matches for "have_ctime_r_2".
2007 Dec 14
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...m.
However there are some target specific macros:
#define C_LINUX 1
#define FPU_WORDS_BIGENDIAN 0
#define WORDS_BIGENDIAN 0
Also SIZEOF_INT, SIZEOF_LONG,... but they are only used if the system
doesn't have a proper <stdint.h>
Also not sure of this:
/* ctime_r takes 2 arguments */
#define HAVE_CTIME_R_2 1
What OS and CPU do the machines on llvm's buildfarm have? We could try a
config.h that works on Linux (or MacOSX), and try to apply
that to all, though there might be (non-obvious) failures.
Any solutions to having these macros defined in the LLVM testsuite
build? (especially for the bigend...
2007 Dec 17
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...c macros:
> #define C_LINUX 1
> #define FPU_WORDS_BIGENDIAN 0
> #define WORDS_BIGENDIAN 0
> Also SIZEOF_INT, SIZEOF_LONG,... but they are only used if the system
> doesn't have a proper <stdint.h>
> Also not sure of this:
> /* ctime_r takes 2 arguments */
> #define HAVE_CTIME_R_2 1
>
> What OS and CPU do the machines on llvm's buildfarm have? We could
> try a
> config.h that works on Linux (or MacOSX), and try to apply
> that to all, though there might be (non-obvious) failures.
>
> Any solutions to having these macros defined in the LLVM testsuit...
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...UX 1
>> #define FPU_WORDS_BIGENDIAN 0
>> #define WORDS_BIGENDIAN 0
>> Also SIZEOF_INT, SIZEOF_LONG,... but they are only used if the system
>> doesn't have a proper <stdint.h>
>> Also not sure of this:
>> /* ctime_r takes 2 arguments */
>> #define HAVE_CTIME_R_2 1
>>
>> What OS and CPU do the machines on llvm's buildfarm have? We could
>> try a
>> config.h that works on Linux (or MacOSX), and try to apply
>> that to all, though there might be (non-obvious) failures.
>>
>> Any solutions to having these macros de...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
.../* have bzip2 */
> /* #define HAVE_BZLIB_H 1 */
>
> /* ancillary data style fd pass */
> /* #define HAVE_CONTROL_IN_MSGHDR 1 */
>
> /* Define to 1 if you have the `ctime_r' function. */
> /* #define HAVE_CTIME_R 1 */
>
> /* ctime_r takes 2 arguments */
> /* #define HAVE_CTIME_R_2 1 */
>
> /* ctime_r takes 3 arguments */
> /* #undef HAVE_CTIME_R_3 */
>
> /* Define to 1 if you have the <dlfcn.h> header file. */
> /* #define HAVE_DLFCN_H 1 */
>
> /* Define to 1 if fseeko (and presumably ftello) exists and is
> declared. */
> #define HAVE_F...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote:
> One way to do this is to add a "cut down" version of the app to the
> test suite.
I disabled optional features in clamav-config.h
>
>> 2. GPL license. Chris?
>
> Any open source license that allows unrestricted redistribution is
> fine in llvm-test
Ok, I have created a script that automatically checks out ClamAV
0.92-stable source code