[all-commits] [llvm/llvm-project] ea5755: [sanitizers] Basic realpath test
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Aug 25 14:32:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea575598f5b6c6c0c83ed131bd8ac3316ee32f41
https://github.com/llvm/llvm-project/commit/ea575598f5b6c6c0c83ed131bd8ac3316ee32f41
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-08-25 (Wed, 25 Aug 2021)
Changed paths:
A compiler-rt/test/sanitizer_common/TestCases/Posix/realpath.cpp
Log Message:
-----------
[sanitizers] Basic realpath test
Commit: c92631a59a2f45189761cc755e12d0a33c86025c
https://github.com/llvm/llvm-project/commit/c92631a59a2f45189761cc755e12d0a33c86025c
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-08-25 (Wed, 25 Aug 2021)
Changed paths:
M compiler-rt/lib/asan/asan_interceptors.h
M compiler-rt/lib/memprof/memprof_interceptors.h
M compiler-rt/lib/msan/msan_interceptors.cpp
Log Message:
-----------
[sanitizer] Fix VReport of symbol version
Version is already a string and does not need stringizing.
Compare: https://github.com/llvm/llvm-project/compare/ccd364286b87...c92631a59a2f
More information about the All-commits
mailing list