[PATCH] D32603: Build the Apple-style stage2 with modules and full debug info

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 9 10:40:12 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL302556: Build the Apple-style stage2 with modules (authored by adrian).

Changed prior to commit:
  https://reviews.llvm.org/D32603?vs=96952&id=98320#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32603

Files:
  cfe/trunk/cmake/caches/Apple-stage2.cmake


Index: cfe/trunk/cmake/caches/Apple-stage2.cmake
===================================================================
--- cfe/trunk/cmake/caches/Apple-stage2.cmake
+++ cfe/trunk/cmake/caches/Apple-stage2.cmake
@@ -13,6 +13,7 @@
 set(CMAKE_MACOSX_RPATH ON CACHE BOOL "")
 set(LLVM_ENABLE_ZLIB ON CACHE BOOL "")
 set(LLVM_ENABLE_BACKTRACES OFF CACHE BOOL "")
+set(LLVM_ENABLE_MODULES ON CACHE BOOL "")
 set(LLVM_EXTERNALIZE_DEBUGINFO ON CACHE BOOL "")
 set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")
 set(BUG_REPORT_URL "http://developer.apple.com/bugreporter/" CACHE STRING "")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32603.98320.patch
Type: text/x-patch
Size: 573 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170509/28b9d618/attachment-0001.bin>


More information about the cfe-commits mailing list