[PATCH] D11188: [LLD] New ELF implementation
Rui Ueyama
ruiu at google.com
Tue Jul 14 15:43:02 PDT 2015
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
Please leave this for a while so that other people can review this patch as well.
================
Comment at: ELF/Symbols.h:201
@@ +200,3 @@
+ StringRef Name;
+ SymbolBody **Alias;
+};
----------------
You can now remove this member.
http://reviews.llvm.org/D11188
More information about the llvm-commits
mailing list