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

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 23 01:04:22 PDT 2026


================
@@ -0,0 +1,118 @@
+# Header too short
+
+# RUN: yaml2obj --docnum=1 %s -o %t
+# RUN: llvm-readobj --coff-cxx-module-metadata %t 2>&1 | FileCheck --check-prefix=HEADER-SIZE %s
+
+# HEADER-SIZE: warning: {{.*}} insufficient size: got 5, expected more than 8
+--- !COFF
----------------
jh7370 wrote:

Nit: we usually put a blank line before YAML blocks, for readability.

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


More information about the llvm-commits mailing list