[PATCH] D114558: [ASan] Shared optimized callbacks implementation.

Kirill Stoimenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 2 08:22:34 PST 2021


kstoimenov updated this revision to Diff 391334.
kstoimenov added a comment.

Updated comments to reflect the R10 <https://reviews.llvm.org/source/svn-test-suite/>, R11 <https://reviews.llvm.org/source/libunwind/> change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114558

Files:
  compiler-rt/lib/asan/CMakeLists.txt
  compiler-rt/lib/asan/asan_interface.inc
  compiler-rt/lib/asan/asan_mapping.h
  compiler-rt/lib/asan/asan_rtl_x86_64.S
  compiler-rt/lib/asan/asan_shadow_defines.h
  compiler-rt/lib/asan/tests/asan_noinst_test.cpp
  compiler-rt/test/asan/TestCases/Linux/interface_symbols_linux.cpp
  llvm/lib/Target/X86/X86AsmPrinter.cpp
  llvm/lib/Target/X86/X86AsmPrinter.h
  llvm/lib/Target/X86/X86InstrCompiler.td
  llvm/lib/Target/X86/X86MCInstLower.cpp
  llvm/lib/Target/X86/X86RegisterInfo.td
  llvm/test/CodeGen/X86/asan-check-memaccess-add.ll
  llvm/test/CodeGen/X86/asan-check-memaccess-or.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114558.391334.patch
Type: text/x-patch
Size: 60521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211202/f0d2d139/attachment.bin>


More information about the llvm-commits mailing list