[PATCH] D112229: Reapply [ORC-RT] Configure the ORC runtime for more architectures and platforms
Ben Langmuir via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 21 08:47:24 PDT 2021
benlangmuir created this revision.
benlangmuir added a reviewer: lhames.
Herald added subscribers: kristof.beyls, mgorny.
benlangmuir requested review of this revision.
Herald added projects: clang, Sanitizers.
Herald added subscribers: Sanitizers, cfe-commits.
Reapply 5692ed0cce8c95 <https://reviews.llvm.org/rG5692ed0cce8c9506eef40ffe6ca2d9629956c51c>, but with the ORC runtime disabled explicitly on CrossWinToARMLinux to match the other compiler-rt runtime libraries.
---
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D112229
Files:
clang/cmake/caches/CrossWinToARMLinux.cmake
compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
compiler-rt/cmake/config-ix.cmake
compiler-rt/lib/orc/CMakeLists.txt
compiler-rt/lib/orc/elfnix_tls.x86-64.S
compiler-rt/lib/orc/macho_tlv.x86-64.S
compiler-rt/lib/orc/simple_packed_serialization.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112229.381283.patch
Type: text/x-patch
Size: 5376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211021/41f26ab9/attachment-0001.bin>
More information about the cfe-commits
mailing list