[Lldb-commits] [lldb] [lldb] Add Checksum to FileSpec (PR #71457)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 6 17:06:01 PST 2023


================
@@ -13,15 +13,18 @@
 #include <optional>
 #include <string>
 
+#include "lldb/Utility/Checksum.h"
 #include "lldb/Utility/ConstString.h"
 
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/FormatVariadic.h"
+#include "llvm/Support/MD5.h"
----------------
medismailben wrote:

nit: you shouldn't need this since it's already included in `Checksum.h`

https://github.com/llvm/llvm-project/pull/71457


More information about the lldb-commits mailing list