[all-commits] [llvm/llvm-project] b50893: Added an empty __init__.py file to the MLIR Python...
Sergei Lebedev via All-commits
all-commits at lists.llvm.org
Thu Mar 31 02:57:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b50893db528cce45e5eb8d0ce367bc5b686b5558
https://github.com/llvm/llvm-project/commit/b50893db528cce45e5eb8d0ce367bc5b686b5558
Author: Sergei Lebedev <slebedev at google.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
A mlir/python/mlir/__init__.py
Log Message:
-----------
Added an empty __init__.py file to the MLIR Python bindings
While not strictly required after PEP-420, it is better to have one, since not
all tooling supports implicit namespace packages.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D122794
More information about the All-commits
mailing list