llvm-6502/lib/ExecutionEngine/JIT
Brian Gaeke 364f86d4df Make mmap's fd for anonymous memory acquisition default to -1, except on
Linux. This is consistent with what FreeBSD and Solaris both want.
This makes the JIT work on FreeBSD 5.1-RELEASE. Whee.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9045 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-11 03:51:18 +00:00
..
Intercept.cpp Change to use GetAddressOfSymbol instead of dlsym. 2003-10-10 17:02:42 +00:00
JIT.cpp ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ 2003-09-05 19:39:22 +00:00
JIT.h ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ 2003-09-05 19:39:22 +00:00
JITEmitter.cpp Make mmap's fd for anonymous memory acquisition default to -1, except on 2003-10-11 03:51:18 +00:00
Makefile Fix reference to architecture. 2003-07-28 19:06:50 +00:00
VM.cpp Deconstify parameter to getPointerToFunction(). 2003-08-13 18:16:34 +00:00
VM.h ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ 2003-09-05 19:39:22 +00:00