Fixed the Module::Module(ModuleSpec) constructor to properly copy the file offset...
authorGreg Clayton <gclayton@apple.com>
Thu, 29 May 2014 17:52:46 +0000 (17:52 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 29 May 2014 17:52:46 +0000 (17:52 +0000)
commit36d7c89497584fb510308fb62b245c389880bfed
treea0f1283c13fcf85e2f47b6096a3e02209bdd3b03
parent07630933bc9831ec94954a588fda9febca10ae23
Fixed the Module::Module(ModuleSpec) constructor to properly copy the file offset and object file mod time from the actual module specifications so we will always be able to directly load the image we care about when calling Module::GetObjectFile().

llvm-svn: 209833
lldb/source/Core/Module.cpp