From 1c3df8c3b6deb2547abd998c3f688c7d56494333 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Thu, 31 Aug 2017 10:01:36 +0000 Subject: [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 --- cmake/builtin-config-ix.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake') 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) -- cgit v1.2.3