[all-commits] [llvm/llvm-project] c8031c: [LIT] remove `to_unicode`, `to_string`, and `to_by...

Tomohiro Kashiwada via All-commits all-commits at lists.llvm.org
Mon Dec 1 12:06:39 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c8031c3dd7434635dd64ad8a4abe9a96f86a384b
      https://github.com/llvm/llvm-project/commit/c8031c3dd7434635dd64ad8a4abe9a96f86a384b
  Author: Tomohiro Kashiwada <kikairoya at gmail.com>
  Date:   2025-12-01 (Mon, 01 Dec 2025)

  Changed paths:
    M libcxx/test/selftest/dsl/lit.local.cfg
    M llvm/utils/lit/lit/TestRunner.py
    M llvm/utils/lit/lit/builtin_commands/diff.py
    M llvm/utils/lit/lit/formats/googletest.py
    M llvm/utils/lit/lit/llvm/config.py
    M llvm/utils/lit/lit/reports.py
    M llvm/utils/lit/lit/util.py

  Log Message:
  -----------
  [LIT] remove `to_unicode`, `to_string`, and `to_bytes` helpers (#165950)

These helpers, which handle the difference between Python 2.x and Python
3.x, are no longer required.

Co-authored-by: Alexander Richardson <mail at alexrichardson.me>



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