[PATCH] D107421: [yaml2obj][XCOFF] Customize the string table.

Esme Yi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 22:49:25 PDT 2021


Esme added inline comments.


================
Comment at: llvm/test/tools/obj2yaml/XCOFF/aix.yaml:80
 # CHECK-NEXT:     NumberOfAuxEntries: 1
-# CHECK-NEXT: ...
----------------
jhenderson wrote:
> Either leave this in, or fix the check in this patch.
The null stringtable data is generated automatically, which I think is within the scope of obj2yaml's work?
```
StringTable:
  TableSize:       0
  Length:          0
  RawContent:      ''
```


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107421/new/

https://reviews.llvm.org/D107421



More information about the llvm-commits mailing list