Files
clang-p2996/llvm/test/CodeGen/MLRegalloc/lit.local.cfg
NAKAMURA Takumi e006c7dfa7 llvm/test/CodeGen/MLRegalloc: Exclude python<=3.8 (D143218)
Type hint `list[foo]` isn't accepted by python-3.8
(Seems requires `typing.List`)
2023-02-04 20:24:45 +09:00

4 lines
61 B
INI

import sys
config.unsupported = sys.version_info.minor <= 8