[llvm] [llvm-debuginfo-analyzer] Add support for WebAssembly binary format. (PR #82588)

Paul T Robinson via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 5 08:02:36 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.
----------------
pogo59 wrote:

I agree. Although the renaming should be done as its own separate NFC patch.

https://github.com/llvm/llvm-project/pull/82588


More information about the llvm-commits mailing list