[PATCH] D97897: [MSan][RISCV][Draft] Draft implementation of MSan RISC-V support

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 30 08:16:47 PDT 2021


luismarques updated this revision to Diff 334172.
luismarques edited the summary of this revision.
luismarques added a comment.

- Add VarArg handling.
- Adjust tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97897

Files:
  compiler-rt/cmake/config-ix.cmake
  compiler-rt/lib/msan/msan.h
  compiler-rt/lib/msan/msan_allocator.cpp
  compiler-rt/test/msan/allocator_mapping.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/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: D97897.334172.patch
Type: text/x-patch
Size: 16283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210330/9f4c16ab/attachment.bin>


More information about the llvm-commits mailing list