Skip to content

Commit c8d733d

Browse files
committed
add Cmake build
1 parent e092cf1 commit c8d733d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

externals/llvm-project

lib/Transform/Arith/CMakeLists.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1+
add_mlir_pdll_library(MulToAddPdllIncGen
2+
MulToAdd.pdll
3+
MulToAddPdll.h.inc
4+
)
5+
16
add_mlir_library(MulToAdd
27
MulToAdd.cpp
8+
MulToAddPdll.cpp
39

410
${PROJECT_SOURCE_DIR}/lib/Transform/Arith/
511
ADDITIONAL_HEADER_DIRS
612

713
DEPENDS
814
MLIRMulToAddPasses
15+
MulToAddPdllIncGen
916

1017
LINK_LIBS PUBLIC
1118
)

0 commit comments

Comments
 (0)