forked from OSchip/llvm-project
Revert "Added an empty __init__.py file to the MLIR Python bindings"
This reverts commit b50893db52
.
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.
This commit is contained in:
parent
14e3650f01
commit
3a4ada6991
|
@ -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
|
Loading…
Reference in New Issue