mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
When reading the symbol table, make sure to delete the ArchiveMember
created by reading the symbol table. llvm-svn: 28251
This commit is contained in:
parent
90527550c1
commit
ea509eb3ac
@ -363,6 +363,8 @@ Archive::loadSymbolTable() {
|
||||
At += mbr->getSize();
|
||||
if ((intptr_t(At) & 1) == 1)
|
||||
At++;
|
||||
delete mbr;
|
||||
// Can't be any more symtab headers so just advance
|
||||
FirstFile = At;
|
||||
} else {
|
||||
// There's no symbol table in the file. We have to rebuild it from scratch
|
||||
|
Loading…
Reference in New Issue
Block a user