[all-commits] [llvm/llvm-project] d0767e: [JITLink] Add TLS support for SystemZ (#171559)
anoopkg6 via All-commits
all-commits at lists.llvm.org
Thu Dec 11 03:12:12 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0767e96f9c1f46de60ae6c592459f830af05cca
https://github.com/llvm/llvm-project/commit/d0767e96f9c1f46de60ae6c592459f830af05cca
Author: anoopkg6 <anoop.kumar6 at ibm.com>
Date: 2025-12-11 (Thu, 11 Dec 2025)
Changed paths:
M compiler-rt/lib/orc/CMakeLists.txt
A compiler-rt/lib/orc/elfnix_tls.systemz.S
A compiler-rt/test/orc/TestCases/Linux/systemz/trivial-tls.S
M llvm/include/llvm/ExecutionEngine/JITLink/systemz.h
M llvm/lib/ExecutionEngine/JITLink/ELF_systemz.cpp
M llvm/lib/ExecutionEngine/JITLink/systemz.cpp
M llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
Log Message:
-----------
[JITLink] Add TLS support for SystemZ (#171559)
This patch adds TLS support for SystemZ on top of orc-runtime support. A
separate orc-runtime support #171062 has been created from earlier TLS
support #[170706](https://github.com/llvm/llvm-project/pull/170706).
See conversations in
[#170706](https://github.com/llvm/llvm-project/pull/170706)
---------
Co-authored-by: anoopkg6 <anoopkg6 at github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list