[PATCH] [lld][ELF] Dynamic library support

Michael Spencer bigcheesegs at gmail.com
Thu Mar 28 17:57:38 PDT 2013



================
Comment at: lib/ReaderWriter/ELF/SectionChunks.h:836
@@ +835,3 @@
+      if (!ste._atom)
+        _hashTable->addSymbol("", index);
+      else
----------------
Shankar Kalpathi Easwaran wrote:
> Michael Spencer wrote:
> > When does this ever happen?
> For the first undefined symbol.
But undefined symbols shouldn't be in the hash table.


http://llvm-reviews.chandlerc.com/D587



More information about the llvm-commits mailing list