[NFC] convert compiler-rt/lib/dfsan/scripts/build-libc-list.py to python3 syntax
authorTobias Hieta <tobias@hieta.se>
Fri, 10 Feb 2023 07:33:32 +0000 (08:33 +0100)
committerTobias Hieta <tobias@hieta.se>
Fri, 10 Feb 2023 09:20:51 +0000 (10:20 +0100)
commit57edc61093d9ee54025824b1f83e19bbda24beeb
treeca93dec6530098a5e73aba5fcf3f2776254275f8
parentb67b26acc2abb1c5dbaa88a31cf6892b0a01c0d1
[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
compiler-rt/lib/dfsan/scripts/build-libc-list.py