When creating a JIT, try to load the program so that we can resolve symbols
commit5251599820e75ec0255f10ce302efed04afcd0fb
authorNick Lewycky <nicholas@mxc.ca>
Tue, 17 Aug 2010 16:19:18 +0000 (17 16:19 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 17 Aug 2010 16:19:18 +0000 (17 16:19 +0000)
treed637a7242e86af8211ab29a765916a50f1a60983
parenta2f2ef1cc7ecaa6d7633dfaf8edc5d49194bd410
When creating a JIT, try to load the program so that we can resolve symbols
against it. This affects Windows.

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