This CMake flag allows setting the default value for the -f[no]-experimental-new-pass-manager flag.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
Just a question really.
clang/CMakeLists.txt | ||
---|---|---|
215 ↗ | (On Diff #137844) | Does it make sense to put the word DEFAULT into the variable name? I don't feel strongly either way. |
clang/CMakeLists.txt | ||
---|---|---|
215 ↗ | (On Diff #137844) | I was following the ENABLE_X86_RELAX_RELOCATIONS above which is a similar flag in terms of its effect on the driver. Would you prefer ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER_BY_DEFAULT? It's more descriptive but also rather long. |