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

Haohai Wen via llvm-commits llvm-commits at lists.llvm.org
Tue May 27 03:12:23 PDT 2025


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

The string table llvm-readobj get from COFFObjectFile is StringRef.
I think it's COFFObjectFile's responsibility to make sure this StringRef is readable.


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


More information about the llvm-commits mailing list