[Mlir-commits] [mlir] 2710439 - [mlir] fix cmake build

Alex Zinenko llvmlistbot at llvm.org
Thu Mar 11 09:22:34 PST 2021


Author: Alex Zinenko
Date: 2021-03-11T18:22:00+01:00
New Revision: 27104390e810a933dc888fe7ff7a29e214ed57ef

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

LOG: [mlir] fix cmake build

Added: 
    

Modified: 
    mlir/unittests/Interfaces/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/unittests/Interfaces/CMakeLists.txt b/mlir/unittests/Interfaces/CMakeLists.txt
index f47e133ddc6d..38a1a0b9ea2b 100644
--- a/mlir/unittests/Interfaces/CMakeLists.txt
+++ b/mlir/unittests/Interfaces/CMakeLists.txt
@@ -7,5 +7,4 @@ target_link_libraries(MLIRInterfacesTests
   MLIRDataLayoutInterfaces
   MLIRDLTI
   MLIRParser
-  LLVMSupport
 )


        


More information about the Mlir-commits mailing list