This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Move ownership of analytics out of Target
AbandonedPublic

Authored by JDevlieghere on Sep 30 2021, 5:00 PM.

Details

Summary

Move ownership of analytics out of Target and instead create a global Analytics singleton. This is necessary to allow LLDB to record metrics in contexts where a target either isn't available or doesn't make sense.
target).

Diff Detail