[all-commits] [llvm/llvm-project] 057cab: Remove function name from sanitize-memory-track-or...
kda via All-commits
all-commits at lists.llvm.org
Wed Aug 10 15:45:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 057cabd997aeaef136e1e14f2ee645bd5bb197dd
https://github.com/llvm/llvm-project/commit/057cabd997aeaef136e1e14f2ee645bd5bb197dd
Author: Kevin Athey <kda at google.com>
Date: 2022-08-10 (Wed, 10 Aug 2022)
Changed paths:
M compiler-rt/lib/msan/msan_report.cpp
M compiler-rt/test/msan/chained_origin.cpp
M compiler-rt/test/msan/chained_origin_empty_stack.cpp
M compiler-rt/test/msan/chained_origin_memcpy.cpp
M compiler-rt/test/msan/chained_origin_memmove.cpp
M compiler-rt/test/msan/msan_print_shadow.cpp
M compiler-rt/test/msan/report-demangling.cpp
M compiler-rt/test/msan/select_origin.cpp
M compiler-rt/test/msan/stack-origin.cpp
M compiler-rt/test/msan/stack-origin2.cpp
M compiler-rt/test/msan/unaligned_read_origin.cpp
M compiler-rt/test/msan/vararg.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Log Message:
-----------
Remove function name from sanitize-memory-track-origins binary.
This work is being done to reduce the size of MSAN with track origins binary.
Builds upon: https://reviews.llvm.org/D131205
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D131415
More information about the All-commits
mailing list