[all-commits] [llvm/llvm-project] 103d6c: Revert "[lit] [compiler-rt] Add llvm-lit global co...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Wed May 6 11:35:06 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 103d6c9c7a7a4fe9254b9cf3b75a27401b07bcd7
      https://github.com/llvm/llvm-project/commit/103d6c9c7a7a4fe9254b9cf3b75a27401b07bcd7
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2026-05-06 (Wed, 06 May 2026)

  Changed paths:
    M compiler-rt/test/lit.common.cfg.py
    M llvm/utils/lit/lit/LitConfig.py
    M llvm/utils/lit/lit/util.py
    R llvm/utils/lit/tests/unit/Util.py

  Log Message:
  -----------
  Revert "[lit] [compiler-rt] Add llvm-lit global command cache to speed up test config" (#196139)

Reverts llvm/llvm-project#195888

`functools.cache` is not available until Python 3.9 whereas LLVM's
minimum python version is 3.8.

`date -Ins` also seems nonportable.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list