Teach the interpreter to handle global variables that are added to a module after
authorJeff Cohen <jeffc@jolt-lang.org>
Tue, 7 Feb 2006 05:11:57 +0000 (05:11 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Tue, 7 Feb 2006 05:11:57 +0000 (05:11 +0000)
commit68835dd5119150383938c701fc223077d2bc1e25
tree2f9531f4027b4aef8f35c1b57b0a91d9078de013
parentaa02c1df1d5add73013568f3e6193fba2fa777c6
Teach the interpreter to handle global variables that are added to a module after
interpretation has begun.  The JIT already handles this situation correctly, and
the interpreter can already handle new functions being added.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26030 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/ExecutionEngine.cpp