[all-commits] [llvm/llvm-project] ee60f7: [lldb] Hoist UUID generation into the UUID class (...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Apr 2 08:50:50 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee60f7c7a4e4e400918c83decb6cd498aff94012
https://github.com/llvm/llvm-project/commit/ee60f7c7a4e4e400918c83decb6cd498aff94012
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M lldb/include/lldb/Utility/UUID.h
M lldb/source/Core/Telemetry.cpp
M lldb/source/Utility/UUID.cpp
M lldb/unittests/Utility/UUIDTest.cpp
Log Message:
-----------
[lldb] Hoist UUID generation into the UUID class (#133662)
Hoist UUID generation into the UUID class and add a trivial unit test.
This also changes the telemetry code to drop the double underscore if we
failed to generate a UUID and subsequently logs to the Host instead of
Object log channel.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list