Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
utils/
-
ABITest/
-
TypeGen.py
-
analyzer/
1/1
CmpRuns.py
Hide Panel
f
Keyboard Reference
?
Differential
D55204
Python 2/3 compat - div
Closed
Public
Authored by
serge-sans-paille
on Dec 3 2018, 2:47 AM.
Download Raw Diff
Details
Reviewers
joerg
michaelplatings
Commits
rG3744de522c39: Portable Python script across Python version
rL349455: Portable Python script across Python version
rC349455: Portable Python script across Python version
Diff Detail
Event Timeline
serge-sans-paille
created this revision.
Dec 3 2018, 2:47 AM
michaelplatings
added inline comments.
Dec 3 2018, 9:01 AM
utils/analyzer/CmpRuns.py
330
valA and valB are floats so this shouldn't be changed
serge-sans-paille
updated this revision to
Diff 177472
.
Dec 10 2018, 1:34 AM
serge-sans-paille
marked an inline comment as done.
michaelplatings
accepted this revision.
Dec 13 2018, 2:04 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Dec 13 2018, 2:04 AM
Closed by commit
rC349455: Portable Python script across Python version
(authored by
serge_sans_paille
).
·
Explain Why
Dec 18 2018, 12:42 AM
This revision was automatically updated to reflect the committed changes.
Herald
added a subscriber:
cfe-commits
.
·
View Herald Transcript
Dec 18 2018, 12:42 AM
valA and valB are floats so this shouldn't be changed