search for: c_linux

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

2007 Dec 14
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...1. I've manually run, and generated a clamav-config.h. This usually just contains HAVE_* macros for headers, which should all be available on a POSIX system, so it shouldn't be a problem from this perspective for llvm's build farm. 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 b...
2007 Dec 17
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
..., and generated a clamav-config.h. > This usually just contains HAVE_* macros for headers, which should all > be available on a POSIX system, so it shouldn't be a problem from this > perspective for llvm's build farm. > 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 > > Wha...
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...amav-config.h. >> This usually just contains HAVE_* macros for headers, which should all >> be available on a POSIX system, so it shouldn't be a problem from this >> perspective for llvm's build farm. >> 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 HA...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...def C_GNU_HURD */ > > /* os is hpux */ > /* #undef C_HPUX */ > > /* os is interix */ > /* #undef C_INTERIX */ > > /* os is irix */ > /* #undef C_IRIX */ > > /* target is kfreebsd-gnu */ > /* #undef C_KFREEBSD_GNU */ > > /* target is linux */ > /* #define C_LINUX 1 */ > > /* os is OS/2 */ > /* #undef C_OS2 */ > > /* os is osf/tru64 */ > /* #undef C_OSF */ > > /* os is QNX 6.x.x */ > /* #undef C_QNX6 */ > > /* os is solaris */ > /* #undef C_SOLARIS */ > > /* Path to virus database directory. */ > #define DATADIR &...
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