[all-commits] [llvm/llvm-project] f445be: Reland "[compiler-rt][aarch64] Add SME ABI support...
Sander de Smalen via All-commits
all-commits at lists.llvm.org
Thu Oct 12 06:58:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f445be9790f9998e9048fc2a12402f3e213c079f
https://github.com/llvm/llvm-project/commit/f445be9790f9998e9048fc2a12402f3e213c079f
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2023-10-12 (Thu, 12 Oct 2023)
Changed paths:
M compiler-rt/cmake/Modules/AddCompilerRT.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/lib/builtins/CMakeLists.txt
A compiler-rt/lib/builtins/aarch64/sme-abi-init.c
A compiler-rt/lib/builtins/aarch64/sme-abi.S
Log Message:
-----------
Reland "[compiler-rt][aarch64] Add SME ABI support routines." (#68875)
Resolved issue with green dragon build by fixing relocations for
MachO/Darwin which doesn't compile without @page/@pageoff directives.
Also silenced a warning about constructor(90) priority being < 101,
which is reserved for the implementation. In this case, we're compiling
the implementation so we should be able to use 90.
This reverts commit 072713add4408199d4bce7b3b02cc74a4a382ee0.
More information about the All-commits
mailing list