Displaying 5 results from an estimated 5 matches for "fpu_words_bigendian".
2007 Dec 14
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...lly 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 buildfarm have? We could try a...
2007 Dec 17
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...v-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 llv...
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...s 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 O...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...jects/
llvm-test/include -I../../..//include -I/Users/echeng/LLVM/\llvm/
include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -DHAVE_CONFIG_H -Iinclude/
libclamav/regex/ -Iinclude/libclamav/nsis -Iinclude/libclamav/lzma -
Iinclude/libclamav\ -Iinclude/shared -Iinclude/clamscan/ -Iinclude/ -
DC_DARWIN -DFPU_WORDS_BIGENDIAN=0 -DWORDS_BIGENDIAN=0 -O2 -mdynamic-
no-pic -fomit-frame-pointer -O0 -c clamsca\n_clamscan.c -o Output/
clamscan_clamscan.bc -emit-llvm
Looks like it's a makefile issue?
2. prepare.sh getdb doesn't work for me because I don't have wget.
Is it possible for you to get the complete s...
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