[PATCH] Special handling for STT_FILE symbols

Joerg Sonnenberger joerg at NetBSD.org
Mon Oct 28 18:02:32 PDT 2013



================
Comment at: lib/MC/ELFObjectWriter.cpp:891
@@ +890,3 @@
+                                            ++it) {
+    StringRef Name = *it;
+    uint64_t &Entry = StringIndexMap[Name];
----------------
I'm not using the iterator directly here to keep the symmetry with the following loops.


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



More information about the llvm-commits mailing list