[all-commits] [llvm/llvm-project] 18dc8d: [PowerPC][JITLink] Support R_PPC64_GOT_TLSGD_PCREL...
Kai Luo via All-commits
all-commits at lists.llvm.org
Fri Oct 13 19:57:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18dc8dcd768fd99f29d21d3fa1603d299c686da1
https://github.com/llvm/llvm-project/commit/18dc8dcd768fd99f29d21d3fa1603d299c686da1
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2023-10-14 (Sat, 14 Oct 2023)
Changed paths:
A compiler-rt/test/orc/TestCases/Linux/ppc64/Inputs/trivial-tls-main.cpp
A compiler-rt/test/orc/TestCases/Linux/ppc64/Inputs/trivial-tls-pwr10.cpp
A compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls-pwr10.test
M llvm/include/llvm/ExecutionEngine/JITLink/ppc64.h
M llvm/lib/ExecutionEngine/JITLink/ELF_ppc64.cpp
M llvm/lib/ExecutionEngine/JITLink/ppc64.cpp
M llvm/test/ExecutionEngine/JITLink/ppc64/ELF_ppc64_relocations.s
Log Message:
-----------
[PowerPC][JITLink] Support R_PPC64_GOT_TLSGD_PCREL34 (#68660)
`R_PPC64_GOT_TLSGD_PCREL34` is generated for pwr10+.
More information about the All-commits
mailing list