[all-commits] [llvm/llvm-project] bda763: [mlir] Fix -Wreturn-type in MeshOps.cpp (NFC)

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Fri Nov 3 17:48:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bda763aea0b854178c01eac9f309042d9aaa823b
      https://github.com/llvm/llvm-project/commit/bda763aea0b854178c01eac9f309042d9aaa823b
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-11-04 (Sat, 04 Nov 2023)

  Changed paths:
    M mlir/lib/Dialect/Mesh/IR/MeshOps.cpp

  Log Message:
  -----------
  [mlir] Fix -Wreturn-type in MeshOps.cpp (NFC)

/llvm-project/mlir/lib/Dialect/Mesh/IR/MeshOps.cpp:73:1: error: non-void function does not return a value in all control paths [-Werror,-Wreturn-type]
}
^
1 error generated.




More information about the All-commits mailing list