Add proper CodeView encoding for positive constant integer values greater than 127. In addition, use the two byte encoding form for positive values less than LF_NUMERIC.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lgtm, thanks
llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp | ||
---|---|---|
281–283 | Is this FIXME addressed? If so, we should remove it. |
llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp | ||
---|---|---|
281–283 | Unfortunately no, the new test I added exercises the writeEncodedSignedInteger routine but I did not find a case to exercise this routine. I updated the code here to keep the routines in sync. |
Is this FIXME addressed? If so, we should remove it.