[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 Mar 6 01:02:59 PST 2024
================
@@ -415,6 +415,8 @@ void LVELFReader::processOneAttribute(const DWARFDie &Die, LVOffset *OffsetPtr,
if (FoundLowPC) {
if (CurrentLowPC == MaxAddress)
CurrentElement->setIsDiscarded();
+ // Consider the case of WebAssembly.
----------------
CarlosAlbertoEnciso wrote:
I will prepare a separate NFC patch with the following changes:
Filename change: `LVElfReader.cpp[h]` -> `LVDWARFReader.cpp[h]`
Class name change: `LVELFReader` -> `LVDWARFReader`
https://github.com/llvm/llvm-project/pull/82588
More information about the llvm-commits
mailing list