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.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGa051bbb53f6d: [libcxxabi] Use ASan interface header for declaration. NFC
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo