[llvm] [llvm-readobj] Support --symbol-table for COFF (PR #141552)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue May 27 00:15:02 PDT 2025


================
@@ -0,0 +1,60 @@
+# RUN: yaml2obj %s -o %t.obj
----------------
jh7370 wrote:

I'll leave you to judge that for the COFF side (although I think the general consensus is that prebuilt binaries should be avoided), but in general, it's precisely these sorts of cases that have led to incremental improvements on the ELF side of yaml2obj. In this particular situation, I'd add a new top-level YAML entry for the string table, which, if implemented, would override the default-generated one. 

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


More information about the llvm-commits mailing list