[PATCH] D57432: [CMake][Fuchsia] Re-enable iOS runtimes for Fuchsia standard

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 29 18:06:24 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rC352586: [CMake][Fuchsia] Re-enable iOS runtimes for Fuchsia standard (authored by phosek, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D57432?vs=184218&id=184222#toc

Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57432/new/

https://reviews.llvm.org/D57432

Files:
  cmake/caches/Fuchsia-stage2.cmake


Index: cmake/caches/Fuchsia-stage2.cmake
===================================================================
--- cmake/caches/Fuchsia-stage2.cmake
+++ cmake/caches/Fuchsia-stage2.cmake
@@ -35,7 +35,6 @@
   list(APPEND BUILTIN_TARGETS "default")
   list(APPEND RUNTIME_TARGETS "default")
 
-  set(COMPILER_RT_ENABLE_IOS OFF CACHE BOOL "")
   set(COMPILER_RT_ENABLE_TVOS OFF CACHE BOOL "")
   set(COMPILER_RT_ENABLE_WATCHOS OFF CACHE BOOL "")
 endif()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57432.184222.patch
Type: text/x-patch
Size: 450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190130/706ee4f3/attachment.bin>


More information about the cfe-commits mailing list