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

Shankar Easwaran shankare at codeaurora.org
Mon Apr 29 20:14:01 PDT 2013


Author: shankare
Date: Mon Apr 29 22:14:01 2013
New Revision: 180769

URL: http://llvm.org/viewvc/llvm-project?rev=180769&view=rev
Log:
[lld][ELF] continue on finding a section with no symbols, tests already present

Modified:
    lld/trunk/lib/ReaderWriter/ELF/File.h

Modified: lld/trunk/lib/ReaderWriter/ELF/File.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/File.h?rev=180769&r1=180768&r2=180769&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/File.h (original)
+++ lld/trunk/lib/ReaderWriter/ELF/File.h Mon Apr 29 22:14:01 2013
@@ -341,6 +341,7 @@ public:
                                  content, 0, 0, _references);
         newAtom->setOrdinal(++ordinal);
         _definedAtoms._atoms.push_back(newAtom);
+        continue;
       }
 
       ELFDefinedAtom<ELFT> *previous_atom = nullptr;





More information about the llvm-commits mailing list