Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/test/sanitizer_common/
-
trunk/
-
test/
-
sanitizer_common/
-
print_address.h
Hide Panel
f
Keyboard Reference
?
Differential
D31977
Use 0-padding for i386 and arm print format specifiers
Closed
Public
Authored by
fjricci
on Apr 12 2017, 7:28 AM.
Download Raw Diff
Details
Reviewers
spetrovic
m.ostapenko
Commits
rGf518c756417f: Use 0-padding for i386 and arm print format specifiers
rCRT300065: Use 0-padding for i386 and arm print format specifiers
rL300065: Use 0-padding for i386 and arm print format specifiers
Summary
This is used for the other architectures in print_address, but is
missing from i386 and arm.
Diff Detail
Repository
rL LLVM
Event Timeline
fjricci
created this revision.
Apr 12 2017, 7:28 AM
Herald
added subscribers:
kubamracek
,
rengolin
,
aemerson
.
·
View Herald Transcript
Apr 12 2017, 7:28 AM
m.ostapenko
accepted this revision.
Apr 12 2017, 7:34 AM
Comment Actions
lgtm
This revision is now accepted and ready to land.
Apr 12 2017, 7:34 AM
Closed by commit
rL300065: Use 0-padding for i386 and arm print format specifiers
(authored by
fjricci
).
·
Explain Why
Apr 12 2017, 7:38 AM
This revision was automatically updated to reflect the committed changes.