Skip to content

Commit d4f9d02

Browse files
committed
cmake
1 parent ce20450 commit d4f9d02

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

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)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
set(LLVM_TARGET_DEFINITIONS PolygeistPasses.td)
2+
mlir_tablegen(PolygeistPasses.h.inc -gen-pass-decls -name Conversion)
3+
add_public_tablegen_target(MLIRPolygeistConversionPassIncGen)

include/mlir/Dialect/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
add_subdirectory(Polygeist)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
add_subdirectory(IR)
2+
add_subdirectory(Transforms)

0 commit comments

Comments
 (0)