search for: have_ffi_call

Displaying 2 results from an estimated 2 matches for "have_ffi_call".

2010 Dec 14
2
[LLVMdev] OS X ffi in config.h
While browsing the configure generated llvm/Config/config.h, I'm noticed that the macros: HAVE_FFI_CALL HAVE_FFI_FFI_H HAVE_FFI_H are not defined on OS X (currently 10.6.5). Given that ffi exists on this platform (both headers and lib), is this result intended? Thanks Garrison
2010 Dec 14
0
[LLVMdev] OS X ffi in config.h
...y pointers as why this is not a default check for at least UNIX systems? Does Windows have the equivalent? Thanks in advance Garrison On Dec 14, 2010, at 6:34, Garrison Venn wrote: > While browsing the configure generated llvm/Config/config.h, I'm noticed that > the macros: > > HAVE_FFI_CALL > HAVE_FFI_FFI_H > HAVE_FFI_H > > are not defined on OS X (currently 10.6.5). > > Given that ffi exists on this platform (both headers and lib), is this result intended? > > Thanks > > Garrison