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

Youling Tang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 21 23:20:10 PST 2022


tangyouling created this revision.
tangyouling added reviewers: Sanitizers, vitalybuka, SixWeining, xen0n, xry111, MaskRay, lixing-star, XiaodongLoong.
Herald added subscribers: Enna1, StephenFan, hiraditya.
Herald added a project: All.
tangyouling requested review of this revision.
Herald added projects: Sanitizers, LLVM.
Herald added a subscriber: llvm-commits.

This patch enabled msan for loongarch64 with 47-bit VMA layout.


Repository:
  rG LLVM Github Monorepo

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/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.484744.patch
Type: text/x-patch
Size: 14618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221222/65399dff/attachment.bin>


More information about the llvm-commits mailing list