[PATCH] D62940: [PPC32] Support TLS GD/LE/IE/LE relocation types and their relaxations

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 23:51:46 PDT 2019


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

LGTM



================
Comment at: ELF/Arch/PPC.cpp:345
+    break;
+  }
+  case R_PPC_TLSGD:
----------------
nit: you can remove {}.


================
Comment at: ELF/Arch/PPC.cpp:361
+    break;
+  }
+  case R_PPC_TLSLD:
----------------
ditto


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D62940





More information about the llvm-commits mailing list