[all-commits] [llvm/llvm-project] aadec6: [compiler-rt] support armv4t
Ties Stuij via All-commits
all-commits at lists.llvm.org
Thu Dec 1 13:25:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aadec60ad9b81f00cf6fcdcbff61f1144d206769
https://github.com/llvm/llvm-project/commit/aadec60ad9b81f00cf6fcdcbff61f1144d206769
Author: Ties Stuij <ties at stuij.se>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M compiler-rt/cmake/base-config-ix.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/lib/builtins/CMakeLists.txt
Log Message:
-----------
[compiler-rt] support armv4t
The main thing that needed changing was excluding functionality that
isn't supported on armv4t. So excluding Arm specific builtin assembly files.
In the process some files were renamed and the source was annotated where
appropriate, so it's a bit easier to follow what group of files are meant for
what purpose.
Reviewed By: peter.smith, nickdesaulniers
Differential Revision: https://reviews.llvm.org/D138725
More information about the All-commits
mailing list