[PATCH] D13823: [ELF2] getLocalRelTarget can ask the Target for symbolless relocations

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 14:46:13 PDT 2015


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

LGTM


================
Comment at: ELF/OutputSections.cpp:439
@@ -434,3 +438,3 @@
   if (!Sym)
-    return 0;
+    error("Unsupported relocation without symbol");
 
----------------
Ah, this is even better. Thank you for making this change.


http://reviews.llvm.org/D13823





More information about the llvm-commits mailing list