[all-commits] [llvm/llvm-project] d4602f: sanitizer_common: make parsing of smaps testable (...
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Fri Oct 29 04:44:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4602f759a97333ff6f1470a1658f048cac6c35c
https://github.com/llvm/llvm-project/commit/d4602f759a97333ff6f1470a1658f048cac6c35c
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_common.h
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cpp
Log Message:
-----------
sanitizer_common: make parsing of smaps testable (NFC)
Move parsing of /proc/self/smaps into a separate function
so that it can be tested.
Depends on D112788.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D112789
More information about the All-commits
mailing list