[all-commits] [llvm/llvm-project] c8525e: Revert "Implement Pass and Dialect plugins for mli...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Thu Apr 6 09:42:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8525e980bca1600feff00b5b8579cbbdd3dcf1a
https://github.com/llvm/llvm-project/commit/c8525e980bca1600feff00b5b8579cbbdd3dcf1a
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2023-04-06 (Thu, 06 Apr 2023)
Changed paths:
M mlir/examples/standalone/CMakeLists.txt
M mlir/examples/standalone/include/Standalone/CMakeLists.txt
R mlir/examples/standalone/include/Standalone/StandalonePasses.h
R mlir/examples/standalone/include/Standalone/StandalonePasses.td
M mlir/examples/standalone/lib/Standalone/CMakeLists.txt
R mlir/examples/standalone/lib/Standalone/StandalonePasses.cpp
M mlir/examples/standalone/standalone-opt/standalone-opt.cpp
R mlir/examples/standalone/standalone-plugin/CMakeLists.txt
R mlir/examples/standalone/standalone-plugin/standalone-plugin.cpp
R mlir/examples/standalone/test/Standalone/standalone-pass-plugin.mlir
R mlir/examples/standalone/test/Standalone/standalone-plugin.mlir
M mlir/examples/standalone/test/lit.cfg.py
R mlir/include/mlir/IR/DialectPlugin.h
R mlir/include/mlir/Pass/PassPlugin.h
M mlir/include/mlir/Tools/mlir-opt/MlirOptMain.h
M mlir/lib/IR/CMakeLists.txt
R mlir/lib/IR/DialectPlugin.cpp
M mlir/lib/Pass/CMakeLists.txt
R mlir/lib/Pass/PassPlugin.cpp
M mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
M mlir/tools/mlir-opt/CMakeLists.txt
Log Message:
-----------
Revert "Implement Pass and Dialect plugins for mlir-opt"
Breaks bot.
This reverts commit d4c873b044aeebaa43e6989fb1f9606530ec60cf.
More information about the All-commits
mailing list