mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 22:06:06 +00:00

With the introduction of Apple Silicon `defined(__aarch64__)` is not a reliable way to check for the platform anymore. We want to use the "normal" `Mapping48AddressSpace` mapping everywhere except devices, including the iOS simulators on AS. Relevant revisions: https://reviews.llvm.org/D35147 https://reviews.llvm.org/D86377 https://reviews.llvm.org/D107743 https://reviews.llvm.org/D107888 Differential Revision: https://reviews.llvm.org/D115843
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================