This allows us to use its value everywhere, rather than just clang. Some
other places, like opt and lld, will use its value soon.
The #define for it is now in llvm-config.h.
Differential D92072
[CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/ aeubanks on Nov 24 2020, 8:43 PM. Authored by
Details This allows us to use its value everywhere, rather than just clang. Some The #define for it is now in llvm-config.h.
Diff Detail
Event TimelineComment Actions Seems like a good idea to me. From the change description:
Do you mean rather than just clang?
Comment Actions Whoops, yup.
Comment Actions set LLVM_ENABLE_NEW_PASS_MANAGER to the value of ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER, not the string itself |