[lld][ELF] continue on finding a section with no symbols, tests already present

llvm-svn: 180769
This commit is contained in:
Shankar Easwaran 2013-04-30 03:14:01 +00:00
parent f7305a6103
commit 02078464e1
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ public:
content, 0, 0, _references);
newAtom->setOrdinal(++ordinal);
_definedAtoms._atoms.push_back(newAtom);
continue;
}
ELFDefinedAtom<ELFT> *previous_atom = nullptr;