[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 13:12:20 PDT 2021
luismarques updated this revision to Diff 334255.
luismarques added a comment.
Address review feedback (thanks @MaskRay!).
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.334255.patch
Type: text/x-patch
Size: 16273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210330/bbd41709/attachment.bin>
More information about the llvm-commits
mailing list