[PATCH] D15766: Delete DefinedAbsolute

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 24 00:32:33 PST 2015


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: ELF/Symbols.h:193
@@ -237,2 +192,3 @@
 
-  InputSectionBase<ELFT> &Section;
+  InputSectionBase<ELFT> *Section;
+
----------------
Please add a comment saying that Section is null if a symbol is an absolute symbol.


http://reviews.llvm.org/D15766





More information about the llvm-commits mailing list