[llvm] [llvm-debuginfo-analyzer] Add support for WebAssembly binary format. (PR #82588)
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 4 16:58:26 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.
----------------
dschuff wrote:
Should the name of this file/class be `LVDWARFReader` instead of ELF?
https://github.com/llvm/llvm-project/pull/82588
More information about the llvm-commits
mailing list