Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/DebugInfo/DWARF/
-
trunk/
-
lib/
-
DebugInfo/
-
DWARF/
-
DWARFDebugLine.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D64620
[DWARF] Fix an incorrect format specifier.
Closed
Public
Authored by
ikudrin
on Jul 12 2019, 2:15 AM.
Download Raw Diff
Details
Reviewers
dblaikie
JDevlieghere
Commits
rG74c350af2181: [DWARF] Fix an incorrect format specifier.
rL366189: [DWARF] Fix an incorrect format specifier.
Summary
This adjusts the format specifier for
PCOffset
because it is
uint16_t
.
Diff Detail
Repository
rL LLVM
Event Timeline
ikudrin
created this revision.
Jul 12 2019, 2:15 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Jul 12 2019, 2:15 AM
JDevlieghere
accepted this revision.
Jul 12 2019, 8:15 AM
This revision is now accepted and ready to land.
Jul 12 2019, 8:15 AM
Closed by commit
rL366189: [DWARF] Fix an incorrect format specifier.
(authored by
ikudrin
).
·
Explain Why
Jul 15 2019, 11:56 PM
This revision was automatically updated to reflect the committed changes.