[compiler-rt] r312230 - [cmake] Fix the list of arm32 architectures

Martin Storsjo via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 03:01:36 PDT 2017


Author: mstorsjo
Date: Thu Aug 31 03:01:36 2017
New Revision: 312230

URL: http://llvm.org/viewvc/llvm-project?rev=312230&view=rev
Log:
[cmake] Fix the list of arm32 architectures

This was accidentally changed in SVN r311924, which was only
supposed to change the behaviour for x86.

Modified:
    compiler-rt/trunk/cmake/builtin-config-ix.cmake

Modified: compiler-rt/trunk/cmake/builtin-config-ix.cmake
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/cmake/builtin-config-ix.cmake?rev=312230&r1=312229&r2=312230&view=diff
==============================================================================
--- compiler-rt/trunk/cmake/builtin-config-ix.cmake (original)
+++ compiler-rt/trunk/cmake/builtin-config-ix.cmake Thu Aug 31 03:01:36 2017
@@ -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)




More information about the llvm-commits mailing list