[PATCH] D54720: [PPC64] toc-indirect to toc-relative relaxation.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 28 23:30:15 PST 2019


MaskRay added inline comments.


================
Comment at: ELF/Arch/PPC64.cpp:174
+  assert(Expr == R_PPC64_RELAX_TOC &&
+         "unexpected RelExpr for got-indirect to toc-relative relaxation");
+  assert(Config->TocOptimize &&
----------------
The title of this revision says "toc-indirect" while here and some other places say "got-indirect". Which term is preferred? (Or maybe they are two different things and I am confused..)


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D54720





More information about the llvm-commits mailing list