[PATCH] D88389: [M68K] (Patch 3/8) Basic infrastructures and changes on object file encoding

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 19:12:37 PDT 2020


jrtc27 added inline comments.


================
Comment at: llvm/include/llvm/BinaryFormat/ELFRelocs/m680x0.def:6
+
+ELF_RELOC (R_M680x0_NONE,          0)  /* No reloc */
+ELF_RELOC (R_M680x0_32,            1)  /* Direct 32 bit  */
----------------
They're all R_68K_FOO in system headers, please just use that name otherwise it gets confusing.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88389/new/

https://reviews.llvm.org/D88389



More information about the llvm-commits mailing list