[PATCH] D58457: [llvm-readobj]Add testing for ELF symbol and section table printing for a wider range of values

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 21 02:23:11 PST 2019


MaskRay added inline comments.


================
Comment at: test/tools/llvm-readobj/elf-machine-specific-section-types.test:94
+  - Name: dwarf
+    # FIXME: This should be SHT_MIPS_DWARF, but yaml2obj does not currently
+    # recognise that type.
----------------
`SHT_MIPS_DWARF` should be recognized now after rL354563. Hope nobody complains :) 


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58457





More information about the llvm-commits mailing list