[Lldb-commits] [lldb] [lldb] Skip remote PutFile when MD5 hashes equal (PR #88812)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 16 02:48:49 PDT 2024


================
@@ -1184,7 +1184,7 @@ bool Platform::IsCompatibleArchitecture(const ArchSpec &arch,
 Status Platform::PutFile(const FileSpec &source, const FileSpec &destination,
                          uint32_t uid, uint32_t gid) {
   Log *log = GetLog(LLDBLog::Platform);
-  LLDB_LOGF(log, "[PutFile] Using block by block transfer....\n");
+  LLDB_LOGF(log, "[PutFile] Using block by block transfer....");
----------------
DavidSpickett wrote:

Since (I assume) you can't push directly, I suggest leaving this out of this PR and once this PR lands immediately put up a PR just to change that \n.

It's maybe a bit strict but PRs are free :)

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


More information about the lldb-commits mailing list