[all-commits] [llvm/llvm-project] 5692ed: [ORC-RT] Configure the ORC runtime for more archit...
Ben Langmuir via All-commits
all-commits at lists.llvm.org
Wed Oct 20 11:21:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5692ed0cce8c9506eef40ffe6ca2d9629956c51c
https://github.com/llvm/llvm-project/commit/5692ed0cce8c9506eef40ffe6ca2d9629956c51c
Author: Ben Langmuir <blangmuir at apple.com>
Date: 2021-10-20 (Wed, 20 Oct 2021)
Changed paths:
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:
-----------
[ORC-RT] Configure the ORC runtime for more architectures and platforms
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