[PATCH] D17008: [lanai] Add ELF enum value and relocations

Jacques Pienaar via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 11:44:32 PST 2016


jpienaar added a comment.

Updated, thanks


================
Comment at: include/llvm/Object/RelocVisitor.h:323
@@ +322,3 @@
+  /// Lanai ELF
+  RelocToApply visitELF_Lanai_32(RelocationRef R, uint64_t Value) {
+    int64_t Addend = getELFAddend(R);
----------------
t.p.northover wrote:
> What's the user of this function? It appears to be untested.
It is used by dwarfdump. Adding test for it.


http://reviews.llvm.org/D17008





More information about the llvm-commits mailing list