This is an archive of the discontinued LLVM Phabricator instance.

[esan] Add custom flag support
ClosedPublic

Authored by bruening on May 20 2016, 11:09 AM.

Details

Summary

Adds custom flag support to EfficiencySanitizer's runtime library.

Adds an initial flag cache_line_size which will be used by multiple tools.

Diff Detail

Repository
rL LLVM

Event Timeline

bruening updated this revision to Diff 57955.May 20 2016, 11:09 AM
bruening retitled this revision from to [esan] Add custom flag support.
bruening updated this object.
bruening added a reviewer: vitalybuka.
bruening added subscribers: aizatsky, zhaoqin, kcc and 2 others.
aizatsky accepted this revision.May 20 2016, 11:56 AM
aizatsky added a reviewer: aizatsky.
This revision is now accepted and ready to land.May 20 2016, 11:56 AM
This revision was automatically updated to reflect the committed changes.