Displaying 8 results from an estimated 8 matches for "have_mkstemp".
Did you mean:
  have_mkostemp
  
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...E_MALLOC_H 1 */
>
> /* Define to 1 if you have the `memcpy' function. */
> #define HAVE_MEMCPY 1
>
> /* Define to 1 if you have the <memory.h> header file. */
> /* #define HAVE_MEMORY_H 1 */
>
> /* Define to 1 if you have the `mkstemp' function. */
> #define HAVE_MKSTEMP 1
>
> /* Define to 1 if you have a working `mmap' system call. */
> #define HAVE_MMAP 1
>
> /* Define to 1 if you have the <ndir.h> header file. */
> /* #undef HAVE_NDIR_H */
>
> /* Define to 1 if you have the `poll' function. */
> /* #define HAVE_POLL 1 */...
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
2010 Jul 21
0
Samba install on AIX
...|@''HAVE_GETSUBOPT''@|1|g'  -e 
's|@''HAVE_MALLOC_POSIX''@|1|g'  -e 's|@''HAVE_MKDTEMP''@|1|g'  -e 
's|@''HAVE_MKOSTEMP''@|1|g'  -e 's|@''HAVE_MKOSTEMPS''@|1|g'  -e 
's|@''HAVE_MKSTEMPS''@|1|g'  -e 's|@''HAVE_RANDOM_H''@|0|g'  -e 
's|@''HAVE_RANDOM_R''@|1|g'  -e 's|@''HAVE_REALLOC_POSIX''@|1|g'  -e 
's|@''HAVE_REALPATH''@|1|g'  -e 's|@''HAVE_RPMATCH''@|1...
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote:
> We always welcome more tests. But it looks like there are two issues
> here.
>
> 1. The autoconf requirement. Is it possible to get one configuration
> working without the need for autoconf?
One way to do this is to add a "cut down" version of the app to the test 
suite.
> 2. GPL license. Chris?
Any open source license that
2016 Mar 17
2
Building with LLVM_PARALLEL_XXX_JOBS
On Mon, Mar 14, 2016 at 5:30 PM, Chris Bieneman <cbieneman at apple.com> wrote:
[ brutal-snip ]
...
> [ TODO#S: Before doing a 2nd build (and in a 3rd run using more
> optimized binaries) ]
>
> How do I anable LTO via CMAKE?
>
>
> LLVM_ENALBLE_LTO=On
>
[ v4 of my build-script attached ]
Hi Chris,
thanks for the response!
That seems to work (see below).
$ cd
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
...Have symbol mallinfo
HAVE_MALLINFO:INTERNAL=1
//Have include malloc.h
HAVE_MALLOC_H:INTERNAL=1
//Have include malloc/malloc.h
HAVE_MALLOC_MALLOC_H:INTERNAL=
//Have symbol malloc_zone_statistics
HAVE_MALLOC_ZONE_STATISTICS:INTERNAL=
//Have symbol mkdtemp
HAVE_MKDTEMP:INTERNAL=1
//Have symbol mkstemp
HAVE_MKSTEMP:INTERNAL=1
//Have symbol mktemp
HAVE_MKTEMP:INTERNAL=1
//Have include ndir.h
HAVE_NDIR_H:INTERNAL=
//Have symbol posix_fallocate
HAVE_POSIX_FALLOCATE:INTERNAL=1
//Have symbol posix_spawn
HAVE_POSIX_SPAWN:INTERNAL=1
//Have symbol pread
HAVE_PREAD:INTERNAL=1
//Test HAVE_PROCESS_VM_READV
HAVE_PROCESS_...
2011 Jun 07
3
builder-debian febootstrap success d6d144eab55388d4117880f2d3a7e8c2571c9d9a
This is an automatic message generated by the builder on
builder-debian for febootstrap.  Log files from the build
follow below.
Linux builder-debian.home.annexia.org 2.6.36-trunk-amd64 #1 SMP Wed Oct 27 14:28:29 UTC 2010 x86_64 GNU/Linux
Tue Jun  7 20:00:01 BST 2011
-----
+ git pull --rebase git://git.annexia.org/git/febootstrap.git master
>From git://git.annexia.org/git/febootstrap
 *