Only supports ASAN mode right now. Standalone requires a some more plumbing so it will be a follow-up.
Mac-only but I suspect this will be fine on Linux also since it's based on the check-asan file, will follow up after testing.
Differential D153651
[gn] Add check-lsan target for Mac lgrey on Jun 23 2023, 10:58 AM. Authored by
Details
Only supports ASAN mode right now. Standalone requires a some more plumbing so it will be a follow-up. Mac-only but I suspect this will be fine on Linux also since it's based on the check-asan file, will follow up after testing.
Diff Detail Event TimelineComment Actions Cool!
Comment Actions Combine Mac and iOS target flags + light cleanup
|
iOS above also sets target_ldflags, don't we need that for mac? (If not, why not?)
Can we share code with the iOS path?