[all-commits] [llvm/llvm-project] b8da59: Reapply [ORC-RT] Configure the ORC runtime for mor...

Ben Langmuir via All-commits all-commits at lists.llvm.org
Thu Oct 21 09:00:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b8da594750762f811283820c19b02cedfb6632d4
      https://github.com/llvm/llvm-project/commit/b8da594750762f811283820c19b02cedfb6632d4
  Author: Ben Langmuir <blangmuir at apple.com>
  Date:   2021-10-21 (Thu, 21 Oct 2021)

  Changed paths:
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/lib/orc/CMakeLists.txt
    M compiler-rt/lib/orc/elfnix_tls.x86-64.S
    M compiler-rt/lib/orc/macho_tlv.x86-64.S
    M compiler-rt/lib/orc/simple_packed_serialization.h

  Log Message:
  -----------
  Reapply [ORC-RT] Configure the ORC runtime for more architectures and platforms

Reapply 5692ed0cce8c95, but with the ORC runtime disabled explicitly on
CrossWinToARMLinux to match the other compiler-rt runtime libraries.

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

---

Enable building the ORC runtime for 64-bit and 32-bit ARM architectures,
and for all Darwin embedded platforms (iOS, tvOS, and watchOS). This
covers building the cross-platform code, but does not add TLV runtime
support for the new architectures, which can be added independently.

Incidentally, stop building the Mach-O TLS support file unnecessarily on
other platforms.

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




More information about the All-commits mailing list