[Mlir-commits] [mlir] d007bbd - [mlir] Fix failing shared libraries build

Andrzej Warzynski llvmlistbot at llvm.org
Wed Nov 4 02:35:57 PST 2020


Author: Andrzej Warzynski
Date: 2020-11-04T10:35:17Z
New Revision: d007bbd986d9ab004c34efaca27aff4a7633b9e9

URL: https://github.com/llvm/llvm-project/commit/d007bbd986d9ab004c34efaca27aff4a7633b9e9
DIFF: https://github.com/llvm/llvm-project/commit/d007bbd986d9ab004c34efaca27aff4a7633b9e9.diff

LOG: [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

Added: 
    

Modified: 
    mlir/lib/CAPI/IR/CMakeLists.txt

Removed: 
    


################################################################################
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
   )


        


More information about the Mlir-commits mailing list