[llvm] [llvm-debuginfo-analyzer] Add support for LLVM IR format. (PR #202120)

Carlos Alberto Enciso via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 14 07:24:19 PDT 2026


================
@@ -42,7 +42,7 @@ class LVType;
 struct LVSourceLanguage;
 
 class LVIRReader final : public LVReader {
-  PointerUnion<object::IRObjectFile *, MemoryBufferRef *> InputFile;
+  PointerUnion<MemoryBufferRef *, object::IRObjectFile *> InputFile;
----------------
CarlosAlbertoEnciso wrote:

Very good catch. You are right. Keeping the original order.

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


More information about the llvm-commits mailing list