forked from OSchip/llvm-project
[MLIR] Add missing DEPENDS line for MLIRSPIRV
This line was inadvertantly left off, which results in missing dependencies and a potentially broken build
This commit is contained in:
parent
c5a06019d2
commit
7264cf4e45
|
@ -14,6 +14,7 @@ add_mlir_dialect_library(MLIRSPIRV
|
|||
ADDITIONAL_HEADER_DIRS
|
||||
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/SPIRV
|
||||
|
||||
DEPENDS
|
||||
MLIRControlFlowInterfacesIncGen
|
||||
MLIRSPIRVAvailabilityIncGen
|
||||
MLIRSPIRVCanonicalizationIncGen
|
||||
|
|
Loading…
Reference in New Issue