Load the symbols first so that the interpreter constructor can find them when
authorNick Lewycky <nicholas@mxc.ca>
Sat, 8 Mar 2008 02:49:45 +0000 (02:49 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 8 Mar 2008 02:49:45 +0000 (02:49 +0000)
commit6456d8639b6f3ede1bb1a90a5d33fe4e719ad4ac
tree47127f8c62fa584fa406bff3ffef2a12693f4f9e
parentebb8d7ba164665e3ff4356baab4dbdeddb5fc02c
Load the symbols first so that the interpreter constructor can find them when
it tries to initialize them.

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