[all-commits] [llvm/llvm-project] a7733e: Re-apply "[ORC][ORC-RT] Add initial native-TLV sup...

lhames via All-commits all-commits at lists.llvm.org
Tue Jul 20 22:12:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7733e9556b5a6334c910f88bcd037e84e17e3fc
      https://github.com/llvm/llvm-project/commit/a7733e9556b5a6334c910f88bcd037e84e17e3fc
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-07-21 (Wed, 21 Jul 2021)

  Changed paths:
    M compiler-rt/lib/orc/CMakeLists.txt
    M compiler-rt/lib/orc/macho_platform.cpp
    M compiler-rt/lib/orc/macho_platform.h
    A compiler-rt/lib/orc/macho_tlv.x86-64.s
    A compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-tlv.S
    M llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
    M llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
    M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp

  Log Message:
  -----------
  Re-apply "[ORC][ORC-RT] Add initial native-TLV support to MachOPlatform."

Reapplies fe1fa43f16beac1506a2e73a9f7b3c81179744eb, which was reverted in
6d8c63946cc259c0af02584b7cc690dde11dea35, with fixes:

1. Remove .subsections_via_symbols directive from macho_tlv.x86-64.s (it's
not needed here anyway).

2. Return error from pthread_key_create to the MachOPlatform to silence unused
variable warning.




More information about the All-commits mailing list