[Mlir-commits] [mlir] 7264cf4 - [MLIR] Add missing DEPENDS line for MLIRSPIRV
Stephen Neuendorffer
llvmlistbot at llvm.org
Fri Mar 6 15:11:50 PST 2020
Author: Stephen Neuendorffer
Date: 2020-03-06T15:10:14-08:00
New Revision: 7264cf4e457e759a84bcac45882cad50628dbc15
URL: https://github.com/llvm/llvm-project/commit/7264cf4e457e759a84bcac45882cad50628dbc15
DIFF: https://github.com/llvm/llvm-project/commit/7264cf4e457e759a84bcac45882cad50628dbc15.diff
LOG: [MLIR] Add missing DEPENDS line for MLIRSPIRV
This line was inadvertantly left off, which results in missing dependencies
and a potentially broken build
Added:
Modified:
mlir/lib/Dialect/SPIRV/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/lib/Dialect/SPIRV/CMakeLists.txt b/mlir/lib/Dialect/SPIRV/CMakeLists.txt
index 137e94c29d12..16c96590cbc4 100644
--- a/mlir/lib/Dialect/SPIRV/CMakeLists.txt
+++ b/mlir/lib/Dialect/SPIRV/CMakeLists.txt
@@ -14,6 +14,7 @@ add_mlir_dialect_library(MLIRSPIRV
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/SPIRV
+ DEPENDS
MLIRControlFlowInterfacesIncGen
MLIRSPIRVAvailabilityIncGen
MLIRSPIRVCanonicalizationIncGen
More information about the Mlir-commits
mailing list