[all-commits] [llvm/llvm-project] d44f8a: [MLIR] [Python] Fix the Windows build broken by d7...

John Demme via All-commits all-commits at lists.llvm.org
Tue Aug 9 20:14:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d44f8a50d50909e67f28f91511045404261dbcbf
      https://github.com/llvm/llvm-project/commit/d44f8a50d50909e67f28f91511045404261dbcbf
  Author: John Demme <john.demme at microsoft.com>
  Date:   2022-08-09 (Tue, 09 Aug 2022)

  Changed paths:
    M mlir/lib/Bindings/Python/IRCore.cpp

  Log Message:
  -----------
  [MLIR] [Python] Fix the Windows build broken by d747a17

Windows builds require all control paths return. Since we don't have
`llvm_unreachable` in the Python bindings, just return `None`.




More information about the All-commits mailing list