All dialect targets in bazel have been named *Dialect and all dialect targets in CMake have been named MLIR*Dialect.
11 lines
142 B
CMake
11 lines
142 B
CMake
add_mlir_library(MLIRPDLLCodeGen
|
|
CPPGen.cpp
|
|
MLIRGen.cpp
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRParser
|
|
MLIRPDLLAST
|
|
MLIRPDLDialect
|
|
MLIRSupport
|
|
)
|