[PATCH] D39334: [Driver] Add Scudo as a possible -fsanitize= option

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 13:27:56 PDT 2017


cryptoad updated this revision to Diff 120480.
cryptoad marked 7 inline comments as done.
cryptoad added a comment.

Compacting `IncompatibleGroups` by creating a mask of incompatible sanitizers
instead to make pairs of single sanitizer. Tests appear to pass without issue.

Adding additional incompatible sanitizer tests for Scudo.


https://reviews.llvm.org/D39334

Files:
  include/clang/Basic/Sanitizers.def
  include/clang/Driver/SanitizerArgs.h
  lib/Driver/SanitizerArgs.cpp
  lib/Driver/ToolChains/CommonArgs.cpp
  lib/Driver/ToolChains/Linux.cpp
  lib/Lex/PPMacroExpansion.cpp
  test/Driver/fsanitize.c
  test/Driver/sanitizer-ld.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39334.120480.patch
Type: text/x-patch
Size: 10264 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171026/1858c20f/attachment.bin>


More information about the llvm-commits mailing list