[PATCH] D29787: Upgrade ios min version to 8
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 20:43:53 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL295412: Upgrade ios min version to 8 (authored by fjricci).
Changed prior to commit:
https://reviews.llvm.org/D29787?vs=87867&id=88849#toc
Repository:
rL LLVM
https://reviews.llvm.org/D29787
Files:
compiler-rt/trunk/cmake/config-ix.cmake
Index: compiler-rt/trunk/cmake/config-ix.cmake
===================================================================
--- compiler-rt/trunk/cmake/config-ix.cmake
+++ compiler-rt/trunk/cmake/config-ix.cmake
@@ -208,7 +208,7 @@
list(APPEND DARWIN_EMBEDDED_PLATFORMS ios)
set(DARWIN_ios_MIN_VER_FLAG -miphoneos-version-min)
set(DARWIN_ios_SANITIZER_MIN_VER_FLAG
- ${DARWIN_ios_MIN_VER_FLAG}=7.0)
+ ${DARWIN_ios_MIN_VER_FLAG}=8.0)
endif()
if(COMPILER_RT_ENABLE_WATCHOS)
list(APPEND DARWIN_EMBEDDED_PLATFORMS watchos)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29787.88849.patch
Type: text/x-patch
Size: 546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170217/ae6d0e3a/attachment.bin>
More information about the llvm-commits
mailing list