Depends on D114494.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp | ||
---|---|---|
100 | stackStore.Allocated() here is the total *after* compression. So we should probably add diff to it. |
compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp | ||
---|---|---|
100 | I don't think this was addressed. Suppose we compressed 100 KB down to 50 KB. The Printf is going to say we released 50 KB out of 50 KB, which is confusing and wrong. |
Comment Actions
This is failing on clang-s390x-linux, https://lab.llvm.org/buildbot/#/builders/94/builds/6748, can you please take a look?
stackStore.Allocated() here is the total *after* compression. So we should probably add diff to it.