[llvm] [llvm-readobj][COFF] Dump .modmeta section (PR #201695)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 06:29:23 PDT 2026


================
@@ -2558,3 +2561,74 @@ void COFFDumper::printCOFFTLSDirectory(
                ArrayRef(ImageSectionCharacteristics),
                COFF::SectionCharacteristics(COFF::IMAGE_SCN_ALIGN_MASK));
 }
+
+void COFFDumper::printCOFFCxxModuleMetadata() {
+  SectionRef Sect;
+  for (const SectionRef &S : Obj->sections()) {
----------------
Nerixyz wrote:

Done.

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


More information about the llvm-commits mailing list