Skip to content

Commit

Permalink
Revert "[mlir][tools] Introduce tblgen-to-irdl tool (#66865)"
Browse files Browse the repository at this point in the history
This reverts commit e6e9beb
due to an ongoing buildbot breakage starting from
https://lab.llvm.org/buildbot/#/builders/168/builds/16127
to present
(https://lab.llvm.org/buildbot/#/builders/168/builds/16152)
  • Loading branch information
thurstond committed Oct 9, 2023
1 parent 2615de5 commit a968bec
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 260 deletions.
1 change: 0 additions & 1 deletion mlir/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ set(MLIR_TEST_DEPENDS
mlir-tblgen
mlir-translate
tblgen-lsp-server
tblgen-to-irdl
)

# The native target may not be enabled, in this case we won't
Expand Down
56 changes: 0 additions & 56 deletions mlir/test/tblgen-to-irdl/CMathDialect.td

This file was deleted.

1 change: 0 additions & 1 deletion mlir/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ add_subdirectory(mlir-spirv-cpu-runner)
add_subdirectory(mlir-translate)
add_subdirectory(mlir-vulkan-runner)
add_subdirectory(tblgen-lsp-server)
add_subdirectory(tblgen-to-irdl)

# mlir-cpu-runner requires ExecutionEngine.
if(MLIR_ENABLE_EXECUTION_ENGINE)
Expand Down
20 changes: 0 additions & 20 deletions mlir/tools/tblgen-to-irdl/CMakeLists.txt

This file was deleted.

155 changes: 0 additions & 155 deletions mlir/tools/tblgen-to-irdl/OpDefinitionsGen.cpp

This file was deleted.

27 changes: 0 additions & 27 deletions mlir/tools/tblgen-to-irdl/tblgen-to-irdl.cpp

This file was deleted.

0 comments on commit a968bec

Please sign in to comment.