[Mlir-commits] [mlir] fef4ddf - [MLIR] Fix typo in lib/Interfaces

Stephen Neuendorffer llvmlistbot at llvm.org
Fri Apr 24 15:39:40 PDT 2020


Author: Stephen Neuendorffer
Date: 2020-04-24T15:39:19-07:00
New Revision: fef4ddf2f4d15351f672380f2a20c0a1bfac2234

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

LOG: [MLIR] Fix typo in lib/Interfaces

This broke BUILD_SHARED_LIBS=on

Added: 
    

Modified: 
    mlir/lib/Interfaces/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Interfaces/CMakeLists.txt b/mlir/lib/Interfaces/CMakeLists.txt
index 3dd007c48ba2..093b4faf3613 100644
--- a/mlir/lib/Interfaces/CMakeLists.txt
+++ b/mlir/lib/Interfaces/CMakeLists.txt
@@ -101,7 +101,7 @@ add_mlir_library(MLIRViewLikeInterface
   DEPENDS
   MLIRViewLikeInterfaceIncGen
   )
-target_link_libraries(MLIRLoopLikeInterface
+target_link_libraries(MLIRViewLikeInterface
   PUBLIC
   MLIRIR
   )


        


More information about the Mlir-commits mailing list