This is an archive of the discontinued LLVM Phabricator instance.

[lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.
ClosedPublic

Authored by earthdok on Jul 22 2013, 4:18 AM.

Details

Reviewers
kcc

Diff Detail

Event Timeline

kcc added inline comments.Jul 22 2013, 4:34 AM
lib/asan/asan_rtl.cc
574

can't you solve the problem w/o duplicating code?
E.g. move the detect_leak flags to common?

earthdok updated this revision to Unknown Object (????).Jul 22 2013, 4:50 AM
  • moved detect_leaks to common flags
kcc accepted this revision.Jul 22 2013, 4:51 AM

LGTM

earthdok closed this revision.Dec 5 2014, 9:41 AM