Go to file
Jeff Cohen 69e849014c 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.

llvm-svn: 26030
2006-02-07 05:11:57 +00:00
llvm Teach the interpreter to handle global variables that are added to a module after 2006-02-07 05:11:57 +00:00