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

Tomohiro Kashiwada via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 6 05:12:42 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>;
----------------
kikairoya wrote:

`git clang-format` folded this line. Should it be ignored?

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


More information about the llvm-commits mailing list