[PATCH] D47325: [PPC64] Support the General-Dynamic tls relocations

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 25 07:50:33 PDT 2018


sfertile added a comment.

In https://reviews.llvm.org/D47325#1111542, @ruiu wrote:

> Generally looking good, it needs a bit more time to understand the test though.


The `test` function is the typical  General-Dynamic access sequence clang will produce. The other 2 functions are sort of tacked on simply as a way to test that we evaluate the other 2 relocations that I add but aren't used in the 'test' function.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D47325





More information about the llvm-commits mailing list