[PATCH] D38899: [ELF] Recognize additional relocation types

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 13 12:11:59 PDT 2017


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

LGTM



================
Comment at: ELF/Arch/X86.cpp:284-302
   case R_386_32:
   case R_386_GLOB_DAT:
   case R_386_GOT32:
   case R_386_GOT32X:
   case R_386_GOTOFF:
   case R_386_GOTPC:
   case R_386_PC32:
----------------
Sort.


Repository:
  rL LLVM

https://reviews.llvm.org/D38899





More information about the llvm-commits mailing list