[lldb][Darwin] Remove libsanitizers ASan integration (#217791)
The OS-provided ASan runtime (in libsanitizers)
was removed on Darwin, so remove LLDB's support
for it.
rdar://177086333
Best reviewed commit-by-commit, 2 commits:
- b1e3ba9762dc0e1f7827113d4e5678b8aeefba66 - Remove libsanitizers ASan
integration (all deletes)
- c25c8086f4c3b195579d7d53ead4d799ab7ec445 - Fold ReportRetriever back
into the ASan plugin (mechanical inline, NFCI)