Tweak `mlir-linalg-ods-gen` library dependency: only MLIRIR is needed, not the entire...
authorMehdi Amini <joker.eph@gmail.com>
Wed, 2 Sep 2020 23:57:47 +0000 (23:57 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Wed, 2 Sep 2020 23:58:32 +0000 (23:58 +0000)
mlir/tools/mlir-linalg-ods-gen/CMakeLists.txt

index 3736a18..bc9a0c1 100644 (file)
@@ -7,6 +7,6 @@ add_llvm_tool(mlir-linalg-ods-gen
 )
 llvm_update_compile_flags(mlir-linalg-ods-gen)
 target_link_libraries(mlir-linalg-ods-gen PRIVATE
-  MLIRParser
   MLIRSupport
+  MLIRIR
   )