This is an archive of the discontinued LLVM Phabricator instance.

[libcxxabi] Use ASan interface header for declaration. NFC
ClosedPublic

Authored by smeenai on May 23 2021, 9:13 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGa051bbb53f6d: [libcxxabi] Use ASan interface header for declaration. NFC
Summary

This was changed from using the header to using a forward declaration in
rGc4600ccf891c, since older versions of the header didn't declare the
function. At this point, it's been declared for ~3.5 years, and it
should be pretty safe to assume that we can rely on the ASan interface
header to provide a declaration instead of needing to write our own.

Diff Detail

Event Timeline

smeenai requested review of this revision.May 23 2021, 9:13 PM
smeenai created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2021, 9:13 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 25 2021, 12:28 PM
This revision is now accepted and ready to land.May 25 2021, 12:28 PM