Skip to content

Commit 496c370

Browse files
Update lldb/include/lldb/Core/Telemetry.h
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent 24e9f78 commit 496c370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Core/Telemetry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ struct MiscTelemetryInfo : public LLDBBaseTelemetryInfo {
105105
std::string target_uuid;
106106

107107
/// Set of key-value pairs for any optional (or impl-specific) data
108-
std::map<std::string, std::string> meta_data;
108+
llvm::StringMap<std::string> meta_data;
109109

110110
MiscTelemetryInfo() = default;
111111

0 commit comments

Comments
 (0)