This is an archive of the discontinued LLVM Phabricator instance.

Enable leak sanitizer builds for darwin
ClosedPublic

Authored by fjricci on Apr 18 2017, 2:33 PM.

Details

Summary

Support for leak sanitizer on darwin has been added to
compiler-rt, this patch adds compiler support.

Diff Detail

Repository
rL LLVM

Event Timeline

fjricci created this revision.Apr 18 2017, 2:33 PM
compnerd requested changes to this revision.Apr 19 2017, 6:12 PM

Please add a test case. The change itself looks reasonable.

This revision now requires changes to proceed.Apr 19 2017, 6:12 PM
fjricci updated this revision to Diff 95986.Apr 20 2017, 11:08 AM
fjricci edited edge metadata.

Add test cases

compnerd accepted this revision.Apr 20 2017, 2:10 PM
This revision is now accepted and ready to land.Apr 20 2017, 2:10 PM
This revision was automatically updated to reflect the committed changes.