[PATCH] D87504: [PowerPC][LLD] Support for PC Relative TLS for Local Dynamic

Victor Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 13:02:49 PDT 2020


NeHuang added inline comments.


================
Comment at: lld/ELF/Arch/PPC64.cpp:801
+    // TOC Relaxation:
+    // Relax from bl __tls_get_addr(x at tlsld) to
+    //            nop
----------------
nit: remove `to`  


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87504



More information about the llvm-commits mailing list