Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/sanitizer/coverage_interface.h | ||
---|---|---|
67 ↗ | (On Diff #66894) | Is this really what you want? |
include/sanitizer/coverage_interface.h | ||
---|---|---|
67 ↗ | (On Diff #66894) | I don't have a separate counter for the length at this point. I'm using the same counter that is already available because I don't want to add more synchronization. Quite easy to add though. WDYT? |