[all-commits] [llvm/llvm-project] ffd6f6: Remove deprecated entry point for MlirOptMain
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Apr 24 14:37:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ffd6f6b91a3863bed19f1c1e2ae5efea80db566e
https://github.com/llvm/llvm-project/commit/ffd6f6b91a3863bed19f1c1e2ae5efea80db566e
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M mlir/include/mlir/Tools/mlir-opt/MlirOptMain.h
M mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
Log Message:
-----------
Remove deprecated entry point for MlirOptMain
See: https://discourse.llvm.org/t/psa-migrating-mlir-opt-like-tools-to-use-mliroptmainconfig/68991
Differential Revision: https://reviews.llvm.org/D149038
Commit: 9c8db444bc859294401f211a7c8f4704a4edeb88
https://github.com/llvm/llvm-project/commit/9c8db444bc859294401f211a7c8f4704a4edeb88
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M flang/tools/fir-opt/fir-opt.cpp
M mlir/include/mlir/Tools/mlir-opt/MlirOptMain.h
M mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
Log Message:
-----------
Remove deprecated `preloadDialectInContext` flag for MlirOptMain that has been deprecated for 2 years
See https://discourse.llvm.org/t/psa-preloaddialectincontext-has-been-deprecated-for-1y-and-will-be-removed/68992
Differential Revision: https://reviews.llvm.org/D149039
Compare: https://github.com/llvm/llvm-project/compare/cca510640bf0...9c8db444bc85
More information about the All-commits
mailing list