forked from OSchip/llvm-project
Fix in-memory section loading for JIT-ed code.
http://reviews.llvm.org/D15172 llvm-svn: 254638
This commit is contained in:
parent
f2d119ff8e
commit
9ebe30b265
|
@ -537,6 +537,7 @@ ObjectFile::ReadSectionData (const Section *section, DataExtractor& section_data
|
|||
}
|
||||
}
|
||||
}
|
||||
return GetData(section->GetFileOffset(), section->GetFileSize(), section_data);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue