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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
183 B
CMake
Raw Normal View History

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