[clang][extract-api] Emit "navigator" property of "name" in SymbolGraph
[llvm-project.git] / mlir / unittests / Interfaces / CMakeLists.txt
blob54a6837b0ed88aa6a747feb02f263a890f3de217
1 add_mlir_unittest(MLIRInterfacesTests
2   ControlFlowInterfacesTest.cpp
3   DataLayoutInterfacesTest.cpp
4   InferTypeOpInterfaceTest.cpp
7 target_link_libraries(MLIRInterfacesTests
8   PRIVATE
9   MLIRControlFlowInterfaces
10   MLIRDataLayoutInterfaces
11   MLIRDLTI
12   MLIRFunc
13   MLIRInferTypeOpInterface
14   MLIRParser