Cleaning up the names in imports/functions.

This commit is contained in:
Ben Vanik
2013-01-21 00:13:00 -08:00
parent 68cc34bb79
commit 25af5f410a
3 changed files with 83 additions and 18 deletions

View File

@@ -48,7 +48,7 @@ ExecModule::ExecModule(
module_ = user_module;
engine_ = engine;
sdb_ = shared_ptr<sdb::SymbolDatabase>(
new sdb::SymbolDatabase(memory_, module_));
new sdb::SymbolDatabase(memory_, export_resolver_.get(), module_));
context_ = shared_ptr<LLVMContext>(new LLVMContext());
}