[llvm] [PowerPC] Support local-dynamic TLS relocation on AIX (PR #66316)
Chen Zheng via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 18:16:38 PDT 2023
================
@@ -156,10 +156,11 @@ define void @storesTIInit(double %Val) #0 {
; SMALL32: # %bb.0: # %entry
----------------
chenzheng1030 wrote:
These cases(with `-gd-` in their names) are seems trying to test global-dynamic mode, so maybe it makes more sense we keep the original test points and add new runtime for the local-dynamic mode.
https://github.com/llvm/llvm-project/pull/66316
More information about the llvm-commits
mailing list