This is an archive of the discontinued LLVM Phabricator instance.

[cfi] Support sanstats if binary is not available in the original location
ClosedPublic

Authored by vitalybuka on Oct 29 2018, 6:45 PM.

Details

Summary

By default sanstats search binaries at the same location where the were when
stats was collected. Sometime you can print report immediately or need to move
post-processing to another workstation. To support this use-case if original binary is missing sanstats will fall-back to directory with sanstats file.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Oct 29 2018, 6:45 PM
pcc added a comment.Nov 16 2018, 1:50 PM

Test case?

pcc accepted this revision.Nov 26 2018, 11:36 AM

LGTM

This revision is now accepted and ready to land.Nov 26 2018, 11:36 AM
This revision was automatically updated to reflect the committed changes.