[PATCH] D102462: LLVM Detailed IR tests for introduction of flag -fsanitize-address-detect-stack-use-after-return-mode.

Kevin Athey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 13 21:43:28 PDT 2021


kda created this revision.
kda added a reviewer: vitalybuka.
Herald added a subscriber: hiraditya.
kda requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Rework all tests that interact with use after return to correctly handle the case where the mode has been explicitly set to Never or Always.

for issue: https://github.com/google/sanitizers/issues/1394


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102462

Files:
  llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h
  llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  llvm/test/Instrumentation/AddressSanitizer/lifetime-uar-uas.ll
  llvm/test/Instrumentation/AddressSanitizer/localescape.ll
  llvm/test/Instrumentation/AddressSanitizer/stack-poisoning.ll
  llvm/test/Instrumentation/AddressSanitizer/stack_dynamic_alloca.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102462.345350.patch
Type: text/x-patch
Size: 16144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210514/f058a4d0/attachment.bin>


More information about the llvm-commits mailing list