We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd919fb commit 9c20950Copy full SHA for 9c20950
mlir/unittests/Interfaces/CMakeLists.txt
@@ -3,7 +3,6 @@ add_mlir_unittest(MLIRInterfacesTests
3
DataLayoutInterfacesTest.cpp
4
InferIntRangeInterfaceTest.cpp
5
InferTypeOpInterfaceTest.cpp
6
- LoopLikeInterfaceTest.cpp
7
)
8
9
target_link_libraries(MLIRInterfacesTests
@@ -13,9 +12,7 @@ target_link_libraries(MLIRInterfacesTests
13
12
MLIRDataLayoutInterfaces
14
MLIRDLTIDialect
15
MLIRFuncDialect
16
- MLIRIR
17
MLIRInferIntRangeInterface
18
MLIRInferTypeOpInterface
19
- MLIRLoopLikeInterface
20
MLIRParser
21
mlir/unittests/Interfaces/LoopLikeInterfaceTest.cpp
0 commit comments