This is an archive of the discontinued LLVM Phabricator instance.

[SanitizerCoverage] Optimize stack-depth instrumentation.
ClosedPublic

Authored by morehouse on Aug 22 2017, 2:19 PM.

Details

Summary

Use the initialexec TLS type and eliminate calls to the TLS
wrapper. Fixes the sanitizer-x86_64-linux-fuzzer bot failure.

Diff Detail

Repository
rL LLVM

Event Timeline

morehouse created this revision.Aug 22 2017, 2:19 PM
morehouse edited the summary of this revision. (Show Details)Aug 22 2017, 2:23 PM
kcc accepted this revision.Aug 22 2017, 2:25 PM

LGTM

This revision is now accepted and ready to land.Aug 22 2017, 2:25 PM
This revision was automatically updated to reflect the committed changes.