[PATCH] D56350: [CMake][Fuchsia] Enable experimental new pass manager by default
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 5 00:01:50 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rC350461: [CMake][Fuchsia] Enable experimental new pass manager by default (authored by phosek, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D56350?vs=180357&id=180360#toc
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56350/new/
https://reviews.llvm.org/D56350
Files:
cmake/caches/Fuchsia-stage2.cmake
Index: cmake/caches/Fuchsia-stage2.cmake
===================================================================
--- cmake/caches/Fuchsia-stage2.cmake
+++ cmake/caches/Fuchsia-stage2.cmake
@@ -16,6 +16,7 @@
set(ENABLE_LINKER_BUILD_ID ON CACHE BOOL "")
set(ENABLE_X86_RELAX_RELOCATIONS ON CACHE BOOL "")
+set(ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER ON CACHE BOOL "")
set(LLVM_ENABLE_LTO ON CACHE BOOL "")
if(NOT APPLE)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56350.180360.patch
Type: text/x-patch
Size: 419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190105/9b96e26e/attachment.bin>
More information about the cfe-commits
mailing list