Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b349b3b

Browse files
committedJun 14, 2024·
Move files around
1 parent 5bb6194 commit b349b3b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+257
-87
lines changed
 

‎include/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
add_subdirectory(polygeist)
1+
add_subdirectory(mlir)

‎include/mlir/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
add_subdirectory(Conversion)
2+
add_subdirectory(Dialect)

0 commit comments

Comments
 (0)
Please sign in to comment.