[PATCH] D44330: CMake option to allow enabling experimental new pass manager by default
Chandler Carruth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 26 13:05:58 PDT 2018
chandlerc requested changes to this revision.
chandlerc added a comment.
This revision now requires changes to proceed.
Just a question really.
================
Comment at: clang/CMakeLists.txt:215
+set(ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER FALSE CACHE BOOL
+ "Enable the experimental new pass manager by default.")
----------------
Does it make sense to put the word `DEFAULT` into the variable name? I don't feel strongly either way.
Repository:
rC Clang
https://reviews.llvm.org/D44330
More information about the cfe-commits
mailing list