summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Schweitz <eschweitz@nvidia.com>2020-01-09 22:59:51 +0100
committerAlex Zinenko <zinenko@google.com>2020-01-09 23:00:41 +0100
commit016bf03ef6fcd9dce43b0c17971f76323f07a684 (patch)
treed93fa5cc588cc0742d2d59d68b0525dae7073069
parentea67737b166fc6cb5fd98874fbd2b4639b2d7ecd (diff)
downloadbcm5719-llvm-016bf03ef6fcd9dce43b0c17971f76323f07a684.tar.gz
bcm5719-llvm-016bf03ef6fcd9dce43b0c17971f76323f07a684.zip
[mlir] add a missing dependency for Linalg conversion
We were seeing some occasional build failures that would come and go. It appeared to be this missing dependence. Differential Revision: https://reviews.llvm.org/D72419
-rw-r--r--mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt b/mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt
index 9d2b5dac202..16e3a34854d 100644
--- a/mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt
+++ b/mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt
@@ -5,6 +5,7 @@ add_llvm_library(MLIRLinalgToLLVM
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/LinalgToLLVM
)
set(LIBS
+ MLIRLinalg
MLIRLLVMIR
MLIRTransforms
LLVMCore
OpenPOWER on IntegriCloud