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

Eli Bendersky via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 09:49:47 PST 2016


eliben added a subscriber: eliben.

================
Comment at: include/llvm/Support/ELFRelocs/Lanai.def:6
@@ +5,3 @@
+
+ELF_RELOC(R_LANAI_NONE,        0)
+ELF_RELOC(R_LANAI_21,          1)
----------------
Would this be a good place for a few lines of comments explaining each relocation type?


http://reviews.llvm.org/D17008





More information about the llvm-commits mailing list