[all-commits] [llvm/llvm-project] 57edc6: [NFC] convert compiler-rt/lib/dfsan/scripts/build-...

Tobias Hieta via All-commits all-commits at lists.llvm.org
Fri Feb 10 01:21:04 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 57edc61093d9ee54025824b1f83e19bbda24beeb
      https://github.com/llvm/llvm-project/commit/57edc61093d9ee54025824b1f83e19bbda24beeb
  Author: Tobias Hieta <tobias at hieta.se>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M compiler-rt/lib/dfsan/scripts/build-libc-list.py

  Log Message:
  -----------
  [NFC] convert compiler-rt/lib/dfsan/scripts/build-libc-list.py to python3 syntax

I found a few Python files not using Python 3 syntax in the tree
when trying to apply reformatting to them. This was converted with
2to3 and the changes seemed sane.

Reviewed By: MaskRay, browneee

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




More information about the All-commits mailing list