Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/XRay/
-
XRay/
-
Trace.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D39943
[XRay] Stable sort XRayRecord to remove non-deterministic ordering
Closed
Public
Authored by
mgrang
on Nov 11 2017, 8:36 PM.
Download Raw Diff
Details
Reviewers
dberris
Commits
rG28f3d5cb3e0c: [XRay] Stable sort XRayRecord to remove non-deterministic ordering
rL318163: [XRay] Stable sort XRayRecord to remove non-deterministic ordering
Summary
This fixes failure in tools/llvm-xray/X86/graph-zero-latency-calls.yaml
uncovered by
D39245
.
Diff Detail
Repository
rL LLVM
Event Timeline
mgrang
created this revision.
Nov 11 2017, 8:36 PM
mgrang
updated this revision to
Diff 122597
.
Nov 11 2017, 10:34 PM
dberris
accepted this revision.
Nov 14 2017, 5:18 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Nov 14 2017, 5:18 AM
Closed by commit
rL318163: [XRay] Stable sort XRayRecord to remove non-deterministic ordering
(authored by
mgrang
).
·
Explain Why
Nov 14 2017, 10:11 AM
This revision was automatically updated to reflect the committed changes.