summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Warzynski <andrzej.warzynski@arm.com>2020-11-04 10:30:19 +0000
committerAndrzej Warzynski <andrzej.warzynski@arm.com>2020-11-04 10:35:17 +0000
commitd007bbd986d9ab004c34efaca27aff4a7633b9e9 (patch)
tree35e91cb6d92cca56a9b15463be97630b5c4c41e8
parent694c16a82386d9d961b6b8b23acabcbda7e7d876 (diff)
downloadllvm-d007bbd986d9ab004c34efaca27aff4a7633b9e9.tar.gz
[mlir] Fix failing shared libraries build
Failing buildbot: http://lab.llvm.org:8011/#/builders/33/builds/478 Patch that introduced the breaking change: https://reviews.llvm.org/D90667
-rw-r--r--mlir/lib/CAPI/IR/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/mlir/lib/CAPI/IR/CMakeLists.txt b/mlir/lib/CAPI/IR/CMakeLists.txt
index 711bd3294bc8..9be8be9cffe2 100644
--- a/mlir/lib/CAPI/IR/CMakeLists.txt
+++ b/mlir/lib/CAPI/IR/CMakeLists.txt
@@ -16,4 +16,5 @@ add_mlir_library(MLIRCAPIIR
MLIRIR
MLIRParser
MLIRSupport
+ MLIRPass
)