[llvm] [llvm-readobj][COFF] Implement --coff-pseudoreloc in llvm-readobj to dump runtime pseudo-relocation records (PR #151816)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 7 04:50:31 PDT 2025


================
@@ -81,12 +81,17 @@ def codeview : FF<"codeview", "Display CodeView debug information">, Group<grp_c
 def codeview_ghash : FF<"codeview-ghash", "Enable global hashing for CodeView type stream de-duplication">, Group<grp_coff>;
 def codeview_merged_types : FF<"codeview-merged-types", "Display the merged CodeView type stream">, Group<grp_coff>;
 def codeview_subsection_bytes : FF<"codeview-subsection-bytes", "Dump raw contents of codeview debug sections and records">, Group<grp_coff>;
-def coff_basereloc : FF<"coff-basereloc", "Display .reloc section">, Group<grp_coff>;
+def coff_basereloc : FF<"coff-basereloc", "Display .reloc section">,
+                     Group<grp_coff>;
----------------
mstorsjo wrote:

It's somewhat expected that the formatting tools can tweak surrounding lines a little bit - but in this case, it's kinda far away. So I'm ok with excluding this change (although the CI formatting checker might complain and want you to include it), but I'm also ok with including it.

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


More information about the llvm-commits mailing list