Without this cast the "char" overload of operator<< is
chosen and the values are output as an ascii char rather
than an integer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D34486
MC: Fix dumping of MCFragment values ClosedPublic Authored by sbc100 on Jun 21 2017, 4:35 PM.
Details Summary Without this cast the "char" overload of operator<< is
Diff Detail
Event Timelinesbc100 retitled this revision from Fix dumping of fill fragment values
Without this cast the "char" overload of operator<< is
chosen and the fill value is output as an ascii rather
than an integer. to Fix dumping of fill fragment values. Comment Actionsuse cast sbc100 retitled this revision from Fix dumping of fill fragment values to MC: Fix dumping of MCFragment values.Jun 21 2017, 4:40 PM This revision is now accepted and ready to land.Jun 21 2017, 5:09 PM Closed by commit rL306039: MC: Fix dumping of MCFragment values (authored by sbc). · Explain WhyJun 22 2017, 10:57 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 103605 llvm/trunk/lib/MC/MCFragment.cpp
|