[llvm] [llvm-debuginfo-analyzer] Add support for LLVM IR format. (PR #135440)
Javier Lopez-Gomez via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 3 08:01:21 PDT 2025
================
@@ -13,10 +13,11 @@ SYNOPSIS
DESCRIPTION
-----------
:program:`llvm-debuginfo-analyzer` parses debug and text sections in
-binary object files and prints their contents in a logical view, which
-is a human-readable representation that closely matches the structure
-of the original user source code. Supported object file formats include
-ELF, Mach-O, WebAssembly, PDB and COFF.
+binary object files and textual IR representations and prints their
----------------
jalopezg-git wrote:
According to the implementation in `LVIRReader`, it can take both, textual and bitcode representations.
```suggestion
binary object files or LLVM IR textual / bitcode representation and prints their
```
https://github.com/llvm/llvm-project/pull/135440
More information about the llvm-commits
mailing list