[all-commits] [llvm/llvm-project] 015c43: [lld] Pass random.randint stop parameter as int.
jacekcw via All-commits
all-commits at lists.llvm.org
Fri Mar 10 18:58:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 015c43178f9d8531b6bcd1685dbf72b7d837cf5a
https://github.com/llvm/llvm-project/commit/015c43178f9d8531b6bcd1685dbf72b7d837cf5a
Author: Jacek Caban <jacek at codeweavers.com>
Date: 2023-03-10 (Fri, 10 Mar 2023)
Changed paths:
M lld/test/MachO/tools/generate-cfi-funcs.py
Log Message:
-----------
[lld] Pass random.randint stop parameter as int.
It's required by Python 3.12, from https://docs.python.org/3.12/library/random.html "Changed in version 3.12: Automatic conversion of non-integer types is no longer supported."
Reviewed By: #lld-macho, int3
Differential Revision: https://reviews.llvm.org/D145826
More information about the All-commits
mailing list