[compiler-rt] 4466672 - [CMake] Update ARM32 list for CRT config-ix
Petr Hosek via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 14:37:54 PDT 2022
Author: Petr Hosek
Date: 2022-04-22T14:37:42-07:00
New Revision: 4466672861ff5248096879f92ac059ca5684a3b9
URL: https://github.com/llvm/llvm-project/commit/4466672861ff5248096879f92ac059ca5684a3b9
DIFF: https://github.com/llvm/llvm-project/commit/4466672861ff5248096879f92ac059ca5684a3b9.diff
LOG: [CMake] Update ARM32 list for CRT config-ix
This matches the behavior prior to b0e2ffe151c3.
Fixes: https://github.com/llvm/llvm-project/issues/55046
Differential Revision: https://reviews.llvm.org/D120682
Added:
Modified:
compiler-rt/cmake/crt-config-ix.cmake
Removed:
################################################################################
diff --git a/compiler-rt/cmake/crt-config-ix.cmake b/compiler-rt/cmake/crt-config-ix.cmake
index 399a22eaa4fad..78d1a0de1c8a7 100644
--- a/compiler-rt/cmake/crt-config-ix.cmake
+++ b/compiler-rt/cmake/crt-config-ix.cmake
@@ -19,7 +19,7 @@ else()
endif()
set(ARM64 aarch64)
-set(ARM32 arm armhf armv6m armv7m armv7em armv7 armv7s armv7k)
+set(ARM32 arm armhf)
set(HEXAGON hexagon)
set(X86 i386)
set(X86_64 x86_64)
More information about the llvm-commits
mailing list