[Mlir-commits] [mlir] 3a4ada6 - Revert "Added an empty __init__.py file to the MLIR Python bindings"

Alex Zinenko llvmlistbot at llvm.org
Thu Mar 31 11:04:02 PDT 2022


Author: Alex Zinenko
Date: 2022-03-31T20:03:52+02:00
New Revision: 3a4ada699143ce4aa2efc7137f87308cfdabf682

URL: https://github.com/llvm/llvm-project/commit/3a4ada699143ce4aa2efc7137f87308cfdabf682
DIFF: https://github.com/llvm/llvm-project/commit/3a4ada699143ce4aa2efc7137f87308cfdabf682.diff

LOG: Revert "Added an empty __init__.py file to the MLIR Python bindings"

This reverts commit b50893db528cce45e5eb8d0ce367bc5b686b5558.

Post-commit review pointed out that adding this file will require the
entire Python tree (including out-of-tree projects) to come from the
same directory, which might be problematic in non-default installations.
Reverting pending further discussion.

Added: 
    

Modified: 
    

Removed: 
    mlir/python/mlir/__init__.py


################################################################################
diff  --git a/mlir/python/mlir/__init__.py b/mlir/python/mlir/__init__.py
deleted file mode 100644
index a0f4e3d5eea63..0000000000000
--- a/mlir/python/mlir/__init__.py
+++ /dev/null
@@ -1,3 +0,0 @@
-# Licensed under the Apache License v2.0 with LLVM Exceptions.
-# See https://llvm.org/LICENSE.txt for license information.
-# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception


        


More information about the Mlir-commits mailing list