This is an archive of the discontinued LLVM Phabricator instance.

[XRAY] [compiler-rt] [NFC] Fixing the bit twiddling of Function Id in FDR logging mode.
ClosedPublic

Authored by kpw on Feb 7 2017, 5:47 PM.

Details

Summary

Fixing a bug I found when testing a reader for the FDR format. Function ID is
now correctly packed into the 28 bits which are documented for it instead of being
masked to all ones.

Diff Detail

Repository
rL LLVM

Event Timeline

kpw created this revision.Feb 7 2017, 5:47 PM
dberris accepted this revision.Feb 8 2017, 11:14 PM

LGTM

This revision is now accepted and ready to land.Feb 8 2017, 11:14 PM
This revision was automatically updated to reflect the committed changes.