summaryrefslogtreecommitdiff
path: root/cmake/base-config-ix.cmake
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-06-28 16:30:23 +0000
committerChris Bieneman <beanz@apple.com>2016-06-28 16:30:23 +0000
commitce10b557efaabadb5cf3c32427b2b435f2debae5 (patch)
tree4b57ef48fb1fe7cb4571c4b8ffb338d6923f96a1 /cmake/base-config-ix.cmake
parent1fa87e3f79684dd2569021e34e218c30f31bc75d (diff)
[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
Diffstat (limited to 'cmake/base-config-ix.cmake')
-rw-r--r--cmake/base-config-ix.cmake1
1 files changed, 1 insertions, 0 deletions
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)