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.
Details
Details
- Reviewers
dberris pelikan eugenis - Commits
- rG860247b1bb76: [XRAY] [compiler-rt] [NFC] Fixing the bit twiddling of Function Id in FDR…
rCRT294563: [XRAY] [compiler-rt] [NFC] Fixing the bit twiddling of Function Id in FDR…
rL294563: [XRAY] [compiler-rt] [NFC] Fixing the bit twiddling of Function Id in FDR…
Diff Detail
Diff Detail
- Repository
- rL LLVM