[llvm] [llvm-debuginfo-analyzer] Add support for WebAssembly binary format. (PR #82588)
Carlos Alberto Enciso via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 28 05:02:13 PST 2024
CarlosAlbertoEnciso wrote:
I don't have any preference between using `.yaml` or `.s` files. But, as you mentioned, the `.s` format might be readable and editable.
Updated the patch:
- Replaced the `.yaml` with the `.s` files.
- Added the `README.txt` with instructions (commands) on how to generate the `.s` files from the `.cpp`.
https://github.com/llvm/llvm-project/pull/82588
More information about the llvm-commits
mailing list