This revision was automatically updated to reflect the committed changes.
Closed by commit rL300894: Enable leak sanitizer builds for darwin (authored by
fjricci).
Changed prior to commit:
https://reviews.llvm.org/D32192?vs=95986&id=96019#toc
Repository:
rL LLVM
https://reviews.llvm.org/D32
fjricci updated this revision to Diff 95986.
fjricci added a comment.
Add test cases
https://reviews.llvm.org/D32192
Files:
lib/Driver/ToolChains/Darwin.cpp
test/Driver/fsanitize.c
test/Driver/sanitizer-ld.c
Index: test/Driver/sanitizer-ld.c
=
compnerd requested changes to this revision.
compnerd added a comment.
This revision now requires changes to proceed.
Please add a test case. The change itself looks reasonable.
https://reviews.llvm.org/D32192
___
cfe-commits mailing list
cfe-commi
fjricci created this revision.
Support for leak sanitizer on darwin has been added to
compiler-rt, this patch adds compiler support.
https://reviews.llvm.org/D32192
Files:
lib/Driver/ToolChains/Darwin.cpp
Index: lib/Driver/ToolChains/Darwin.cpp
==