This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from f5da626c6 [safestack] Add ThreadId type as uint64_t new 0d4828a7d [hwasan] Madvise away unused shadow.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/hwasan/hwasan.cc | 2 + lib/hwasan/hwasan_poisoning.cc | 18 ++++++- lib/sanitizer_common/sanitizer_linux.h | 11 +++++ test/hwasan/TestCases/Linux/release-shadow.c | 70 ++++++++++++++++++++++++++++ 4 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 test/hwasan/TestCases/Linux/release-shadow.c