This is an archive of the discontinued LLVM Phabricator instance.

[gn build] add asan runtime on linux and mac
ClosedPublic

Authored by thakis on Jan 31 2020, 12:42 PM.

Details

Reviewers
pcc
Summary

This produces a seemingly-working dynamic (x64-only) asan dylib on macOS and static libraries on Linux.

I've had this sitting in a branch for a long time and wanted to get check-asan working before landing it, but smaller patches and fewer local branches is probably better.

Diff Detail

Event Timeline

thakis created this revision.Jan 31 2020, 12:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 31 2020, 12:42 PM
Herald added a subscriber: jfb. · View Herald Transcript
pcc accepted this revision.Jan 31 2020, 6:20 PM

LGTM

This revision is now accepted and ready to land.Jan 31 2020, 6:20 PM
thakis closed this revision.Jan 31 2020, 6:24 PM

Thanks!

Landed in 133a31cef61; forgot to add "Differential Revision:" to commit message :/