[all-commits] [llvm/llvm-project] 338064: [lldb] Remove SupportFile::Update and use the orig...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Jun 17 09:38:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3380644fb070fd6648e873b1e75022bdfc432f1f
https://github.com/llvm/llvm-project/commit/3380644fb070fd6648e873b1e75022bdfc432f1f
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2024-06-17 (Mon, 17 Jun 2024)
Changed paths:
M lldb/include/lldb/Utility/SupportFile.h
M lldb/source/Symbol/LineEntry.cpp
Log Message:
-----------
[lldb] Remove SupportFile::Update and use the original Checksum (#95623)
When Jason was looking into the issue caused by #95606 he suggested
using the Checksum from the original file in LineEntry. I like the idea
because it makes sense semantically, but also allows us to get rid of
the Update method and ensures we make a new copy, in case someone else
is holding onto the old SupportFile.
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