[PATCH] D108023: [flang][lit] Introduce `%python_b` in LIT configuration

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 13 11:01:45 PDT 2021


Meinersbur added a comment.

I am against this change. It slows down python script execution.

Creating `.pyc` files is expected behaviour and also happens when running LLVM's non-flang python scripts such as llvm-lit. `*.pyc` is already in the top-level `.gitignore`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108023/new/

https://reviews.llvm.org/D108023



More information about the llvm-commits mailing list