[PATCH] D69670: [NFC][llvm-readobj] Split getSectionIndexName function into two

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 10:29:51 PDT 2019


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/tools/llvm-readobj/elf-symbol-shndx.test:68
     Type: SHT_SYMTAB_SHNDX
-    Link: .dynsym
-    Entries: [ 0, 1 ]
+    Link: .symtab
+    Entries: [ 0, 0, 0, 0, 0, 0, 0, 0, 1 ]
----------------
Nice cleanup after the yaml2obj change D65446.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69670





More information about the llvm-commits mailing list