llvm-project/mlir/lib/Dialect/SPIRV/Transforms/CMakeLists.txt

10 lines
183 B
CMake

add_llvm_library(MLIRSPIRVTransforms
DecorateSPIRVCompositeTypeLayoutPass.cpp
LowerABIAttributesPass.cpp
)
target_link_libraries(MLIRSPIRVTransforms
MLIRPass
MLIRSPIRV
)