[compiler-rt] support armv4t
authorTies Stuij <ties@stuij.se>
Thu, 1 Dec 2022 20:52:18 +0000 (20:52 +0000)
committerTies Stuij <ties@stuij.se>
Thu, 1 Dec 2022 21:24:53 +0000 (21:24 +0000)
commitaadec60ad9b81f00cf6fcdcbff61f1144d206769
tree67ede373d22a80805e2bf9c98d420ada3f56615a
parent2aceadda78209f3ab0f69c8c277f4051fa161644
[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
compiler-rt/cmake/base-config-ix.cmake
compiler-rt/cmake/builtin-config-ix.cmake
compiler-rt/lib/builtins/CMakeLists.txt