This revision was automatically updated to reflect the committed changes.
Closed by commit rC335352: [Driver] Make scudo compatible with
-fsanitize-minimal-runtime (authored by cryptoad, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D48373?vs=152171&id=152476#toc
Repository
eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.
Looks great, thanks!
Repository:
rC Clang
https://reviews.llvm.org/D48373
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lis
cryptoad updated this revision to Diff 152171.
cryptoad added a comment.
Adding tests.
Repository:
rC Clang
https://reviews.llvm.org/D48373
Files:
lib/Driver/SanitizerArgs.cpp
lib/Driver/ToolChains/CommonArgs.cpp
test/Driver/fsanitize.c
test/Driver/sanitizer-ld.c
Index: test/Driver/
eugenis requested changes to this revision.
eugenis added a comment.
This revision now requires changes to proceed.
Please add a test.
Repository:
rC Clang
https://reviews.llvm.org/D48373
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
ht
cryptoad created this revision.
cryptoad added a reviewer: eugenis.
Herald added a subscriber: cfe-commits.
This is the clang side of the change, there is a compiler-rt counterpart.
Scudo works with UBSan using `-fsanitize=scudo,integer` for example, and to do
so it embeds UBSan runtime. This mak