From ce10b557efaabadb5cf3c32427b2b435f2debae5 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Tue, 28 Jun 2016 16:30:23 +0000 Subject: [CMake] In r273957, I deleted a line that shouldn't have been removed. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@274030 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/base-config-ix.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake/base-config-ix.cmake') diff --git a/cmake/base-config-ix.cmake b/cmake/base-config-ix.cmake index b02f35a6e..6c134aa20 100644 --- a/cmake/base-config-ix.cmake +++ b/cmake/base-config-ix.cmake @@ -114,6 +114,7 @@ macro(test_targets) if(ANDROID) # Examine compiler output to determine target architecture. detect_target_arch() + set(COMPILER_RT_OS_SUFFIX "-android") elseif(NOT APPLE) # Supported archs for Apple platforms are generated later if("${COMPILER_RT_DEFAULT_TARGET_ARCH}" MATCHES "i[2-6]86|x86|amd64") if(NOT MSVC) -- cgit v1.2.3