MlirOptMain is currently awkwardly shoved into mlir/Support. This commit
moves it to the Tools/ directory, which is intended for libraries used to
implement tools.
Depends on D121024
Paths
| Differential D121025
[mlir][NFC] Move MlirOptMain to the Tools/ directory ClosedPublic Authored by rriddle on Mar 4 2022, 1:53 PM.
Details Summary MlirOptMain is currently awkwardly shoved into mlir/Support. This commit Depends on D121024
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache, jdoerfert. · View Herald Transcript rriddle added a child revision: D121026: [mlir][NFC] Move Translation.h to a Tools/mlir-translate directory.Mar 4 2022, 1:53 PM This revision is now accepted and ready to land.Mar 5 2022, 10:14 AM This revision was landed with ongoing or failed builds.Mar 7 2022, 1:06 AM Closed by commit rG6b7d211a1b80: [mlir][NFC] Move MlirOptMain to the Tools/ directory (authored by rriddle). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 413369 flang/tools/fir-opt/fir-opt.cpp
mlir/examples/standalone/standalone-opt/standalone-opt.cpp
mlir/include/mlir/Support/MlirOptMain.h
mlir/include/mlir/Tools/mlir-opt/MlirOptMain.h
mlir/lib/Support/CMakeLists.txt
mlir/lib/Tools/CMakeLists.txt
mlir/lib/Tools/mlir-opt/CMakeLists.txt
mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
mlir/tools/mlir-opt/mlir-opt.cpp
|