[all-commits] [llvm/llvm-project] 8896d1: [lit] Avoid global imports in module declaration

Julian Lettner via All-commits all-commits at lists.llvm.org
Fri Mar 27 12:07:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8896d123154c4606d11f6b6f97c33d5a455cd9ea
      https://github.com/llvm/llvm-project/commit/8896d123154c4606d11f6b6f97c33d5a455cd9ea
  Author: Julian Lettner <julian.lettner at apple.com>
  Date:   2020-03-27 (Fri, 27 Mar 2020)

  Changed paths:
    M llvm/utils/lit/lit/__init__.py
    M llvm/utils/lit/setup.py

  Log Message:
  -----------
  [lit] Avoid global imports in module declaration

A previous attempt to cleanup module imports broke installing via
pip/setup.py [1].  This should be fixed now.

[1] cf252240e8819d0c90a5e10f773078bdeba33e44

Reviewed By: paquette

Differential Revision: https://reviews.llvm.org/D76940




More information about the All-commits mailing list