[all-commits] [llvm/llvm-project] 9c38a1: [JITLink][PowerPC] Add basic TLS support for ppc64

bzEq via All-commits all-commits at lists.llvm.org
Tue Aug 1 22:02:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c38a178d3a61b0d9d84c564e8b6dba0f90dad4e
      https://github.com/llvm/llvm-project/commit/9c38a178d3a61b0d9d84c564e8b6dba0f90dad4e
  Author: Kai Luo <lkail at cn.ibm.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
    M compiler-rt/lib/orc/CMakeLists.txt
    A compiler-rt/lib/orc/elfnix_tls.ppc64.S
    M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
    M llvm/include/llvm/ExecutionEngine/JITLink/ppc64.h
    M llvm/lib/ExecutionEngine/JITLink/ELF_ppc64.cpp
    M llvm/lib/ExecutionEngine/JITLink/ppc64.cpp

  Log Message:
  -----------
  [JITLink][PowerPC] Add basic TLS support for ppc64

Add basic TLS support for ppc64. Only global-dynamic model is supported.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D155926




More information about the All-commits mailing list