DavidSpickett wrote:

> This PR adds support for parsing data symbols from the WebAssembly name 
> section.

What I see is parsing the names of data segments, not test checks we can read a 
symbol that's in those segments. You added a global `str`, can we read that by 
name?

Or is a "data symbol" a symbol telling us where the data segment is, and that's 
where the "symbol symbols" will all be and later you'll add code to read those?

https://github.com/llvm/llvm-project/pull/153494
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to