The JIT now passes the environment pointer to the main() function when it
authorJohn Criswell <criswell@uiuc.edu>
Thu, 21 Aug 2003 21:12:30 +0000 (21:12 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 21 Aug 2003 21:12:30 +0000 (21:12 +0000)
commit69582b35b6aa4e48cbbad7f6f1193c967da96b25
tree0578d58ee787e1028f92db05ff4c1a821478a9fc
parent7d8fab9ecaabc726c340d26b62f9b0cc3f18b62a
The JIT now passes the environment pointer to the main() function when it
starts a program.  This allows the GNU env program to compile and JIT under
LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8022 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/ExecutionEngine.h
lib/ExecutionEngine/Interpreter/Interpreter.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/JIT/JIT.cpp
lib/ExecutionEngine/JIT/JIT.h
lib/ExecutionEngine/JIT/VM.h
tools/lli/lli.cpp