[PATCH] D131415: Remove variable names from sanitize-memory-track-origins binary.

Kevin Athey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 11:16:15 PDT 2022


kda updated this revision to Diff 451578.
kda added a comment.

restore the variable name to the global and fix up tests


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131415/new/

https://reviews.llvm.org/D131415

Files:
  compiler-rt/lib/msan/msan_report.cpp
  compiler-rt/test/msan/chained_origin.cpp
  compiler-rt/test/msan/chained_origin_empty_stack.cpp
  compiler-rt/test/msan/chained_origin_memcpy.cpp
  compiler-rt/test/msan/chained_origin_memmove.cpp
  compiler-rt/test/msan/msan_print_shadow.cpp
  compiler-rt/test/msan/report-demangling.cpp
  compiler-rt/test/msan/select_origin.cpp
  compiler-rt/test/msan/stack-origin.cpp
  compiler-rt/test/msan/stack-origin2.cpp
  compiler-rt/test/msan/unaligned_read_origin.cpp
  compiler-rt/test/msan/vararg.cpp
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131415.451578.patch
Type: text/x-patch
Size: 9245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220810/c5b70c36/attachment.bin>


More information about the llvm-commits mailing list