Use the initialexec TLS type and eliminate calls to the TLS
wrapper. Fixes the sanitizer-x86_64-linux-fuzzer bot failure.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D37026
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 22 2017, 2:25 PM Closed by commit rL311490: [SanitizerCoverage] Optimize stack-depth instrumentation. (authored by morehouse). · Explain WhyAug 22 2017, 2:31 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 112227 compiler-rt/trunk/lib/fuzzer/FuzzerTracePC.cpp
compiler-rt/trunk/test/fuzzer/deep-recursion.test
llvm/trunk/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
llvm/trunk/test/Instrumentation/SanitizerCoverage/stack-depth.ll
|