Change the default value for `preloadDialectsInContext` for MlirOptMain
authorMehdi Amini <joker.eph@gmail.com>
Thu, 8 Apr 2021 03:46:56 +0000 (03:46 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Thu, 8 Apr 2021 05:05:10 +0000 (05:05 +0000)
commiteb7f5eaf3500fd0502a8ee56cc227432430c382b
tree8a06b32dd5ef6f581c6c8f97b6e994d71091b6cb
parent73cbc7f60ed90ad207b54b55aaf0efa0e5c38c47
Change the default value for `preloadDialectsInContext` for MlirOptMain

This option has been deprecated for 6 months, change the default setting for now before
future removal.

While clients can set the option to true for now, they should start
updating their passes to define the right `dependentDialects` in
preparation of the removal of this option. See the FAQ for more info:
https://mlir.llvm.org/getting_started/Faq/

Reviewed By: rriddle, jpienaar

Differential Revision: https://reviews.llvm.org/D99025
mlir/include/mlir/Support/MlirOptMain.h