forked from OSchip/llvm-project
9 lines
154 B
CMake
9 lines
154 B
CMake
|
add_llvm_library(MLIRSPIRVTransforms
|
||
|
DecorateSPIRVCompositeTypeLayoutPass.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(MLIRSPIRVTransforms
|
||
|
MLIRPass
|
||
|
MLIRSPIRV
|
||
|
)
|