summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2017-08-31 10:01:36 +0000
committerMartin Storsjo <martin@martin.st>2017-08-31 10:01:36 +0000
commit1c3df8c3b6deb2547abd998c3f688c7d56494333 (patch)
tree9b6d05a71bad455288e18b0cd45b72491afa516d /cmake
parent8fd4da6e76ef4d33c9b35e6007230b23680a880b (diff)
[cmake] Fix the list of arm32 architectures
This was accidentally changed in SVN r311924, which was only supposed to change the behaviour for x86. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@312230 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/builtin-config-ix.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/builtin-config-ix.cmake b/cmake/builtin-config-ix.cmake
index 540ec0792..162ead145 100644
--- a/cmake/builtin-config-ix.cmake
+++ b/cmake/builtin-config-ix.cmake
@@ -25,7 +25,6 @@ int foo(int x, int y) {
set(ARM64 aarch64)
set(ARM32 arm armhf armv6m armv7m armv7em armv7 armv7s armv7k)
-set(ARM32 arm armhf)
set(X86 i386)
set(X86_64 x86_64)
set(MIPS32 mips mipsel)