[compiler-rt] r274030 - [CMake] In r273957, I deleted a line that shouldn't have been removed.
Chris Bieneman via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 09:30:23 PDT 2016
Author: cbieneman
Date: Tue Jun 28 11:30:23 2016
New Revision: 274030
URL: http://llvm.org/viewvc/llvm-project?rev=274030&view=rev
Log:
[CMake] In r273957, I deleted a line that shouldn't have been removed.
Modified:
compiler-rt/trunk/cmake/base-config-ix.cmake
Modified: compiler-rt/trunk/cmake/base-config-ix.cmake
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/cmake/base-config-ix.cmake?rev=274030&r1=274029&r2=274030&view=diff
==============================================================================
--- compiler-rt/trunk/cmake/base-config-ix.cmake (original)
+++ compiler-rt/trunk/cmake/base-config-ix.cmake Tue Jun 28 11:30:23 2016
@@ -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)
More information about the llvm-commits
mailing list