[PATCH] D96572: [Clang][ASan] Introduce `-fsanitize-address-destructor-kind=` driver & frontend option.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 12:16:06 PST 2021


delcypher updated this revision to Diff 325872.
delcypher added a comment.

Rebase and fix merge conflict caused by f2f59d2a060788f17040ad924ee2d11da0e215c8 <https://reviews.llvm.org/rGf2f59d2a060788f17040ad924ee2d11da0e215c8>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96572

Files:
  clang/docs/ClangCommandLineReference.rst
  clang/include/clang/Basic/CodeGenOptions.def
  clang/include/clang/Basic/CodeGenOptions.h
  clang/include/clang/Basic/Sanitizers.h
  clang/include/clang/Driver/Options.td
  clang/include/clang/Driver/SanitizerArgs.h
  clang/lib/Basic/Sanitizers.cpp
  clang/lib/CodeGen/BackendUtil.cpp
  clang/lib/Driver/SanitizerArgs.cpp
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/test/CodeGen/asan-destructor-kind.cpp
  clang/test/Driver/fsanitize-address-destructor-kind.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96572.325872.patch
Type: text/x-patch
Size: 12953 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210223/5b8a8d53/attachment.bin>


More information about the llvm-commits mailing list