[PATCH] D136197: [ASAN] Don't inline when -asan-max-inline-poisoning-size=0

Roy Sundahl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 16:35:45 PDT 2022


rsundahl updated this revision to Diff 469404.
rsundahl added a comment.

clang-format nits


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136197

Files:
  compiler-rt/lib/asan/asan_interface.inc
  compiler-rt/lib/asan/asan_interface_internal.h
  compiler-rt/lib/asan/asan_poisoning.cpp
  compiler-rt/lib/asan/asan_rtl.cpp
  compiler-rt/lib/asan/tests/asan_internal_interface_test.cpp
  compiler-rt/lib/asan/weak_symbols.txt
  compiler-rt/test/asan/TestCases/set_shadow_test.c
  llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  llvm/test/Instrumentation/AddressSanitizer/calls-only.ll
  llvm/test/Instrumentation/AddressSanitizer/stack-poisoning-and-lifetime-be.ll
  llvm/test/Instrumentation/AddressSanitizer/stack-poisoning-and-lifetime.ll
  llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136197.469404.patch
Type: text/x-patch
Size: 15346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221020/286ee069/attachment.bin>


More information about the llvm-commits mailing list