[Lldb-commits] [PATCH] D80755: Support build-ids of other sizes than 16 in UUID::SetFromStringRef
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 29 09:45:55 PDT 2020
jankratochvil added inline comments.
================
Comment at: lldb/source/Utility/UUID.cpp:109
*this = fromData(bytes);
- return str.size() - rest.size();
+ return str.size();
}
----------------
Now the return type could be `bool`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80755/new/
https://reviews.llvm.org/D80755
More information about the lldb-commits
mailing list