Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit b27d716

Browse files
committed
[CMake][Fuchsia] Enable experimental pass manager by default
We plan on using experimental new pass manager for Fuchsia toolchain. Differential Revision: https://reviews.llvm.org/D58214 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370421 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 6dae4ca commit b27d716

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cmake/caches/Fuchsia-stage2.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ endif()
2525
set(CLANG_DEFAULT_RTLIB compiler-rt CACHE STRING "")
2626
set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")
2727

28+
set(ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER ON CACHE BOOL "")
2829
set(ENABLE_LINKER_BUILD_ID ON CACHE BOOL "")
2930
set(ENABLE_X86_RELAX_RELOCATIONS ON CACHE BOOL "")
3031

cmake/caches/Fuchsia.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ endif()
1919
set(CLANG_DEFAULT_RTLIB compiler-rt CACHE STRING "")
2020
set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")
2121

22+
set(ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER ON CACHE BOOL "")
2223
set(ENABLE_LINKER_BUILD_ID ON CACHE BOOL "")
2324
set(ENABLE_X86_RELAX_RELOCATIONS ON CACHE BOOL "")
2425

0 commit comments

Comments
 (0)