[Lldb-commits] [lldb] [lldb] Create sections for Wasm segments (PR #153634)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Sun Aug 17 10:47:55 PDT 2025
================
@@ -304,7 +313,7 @@ ParseData(SectionSP data_section_sp) {
if (flags > std::numeric_limits<uint32_t>::max())
return llvm::createStringError("segment size overflows uint32_t");
----------------
JDevlieghere wrote:
Actually, no, the error message is correct, but the check above is not (it should check `segment_size`).
https://github.com/llvm/llvm-project/pull/153634
More information about the lldb-commits
mailing list