[PATCH] D140528: [msan] Add msan support for loongarch64

Limin Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 20:18:52 PDT 2023


Ami-zhang updated this revision to Diff 527711.
Ami-zhang added a comment.

Remove vararg implementation, and add it in a separate patch later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140528

Files:
  compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
  compiler-rt/lib/msan/msan.h
  compiler-rt/lib/msan/msan_allocator.cpp
  compiler-rt/lib/msan/tests/msan_test.cpp
  compiler-rt/test/msan/mmap.cpp
  compiler-rt/test/msan/mmap_below_shadow.cpp
  compiler-rt/test/msan/param_tls_limit.cpp
  compiler-rt/test/msan/signal_stress_test.cpp
  compiler-rt/test/msan/strlen_of_shadow.cpp
  compiler-rt/test/msan/vararg.cpp
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140528.527711.patch
Type: text/x-patch
Size: 10386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230602/3ce5090b/attachment.bin>


More information about the llvm-commits mailing list