[PATCH] D65946: [llvm-readobj] - Remove deprecated unwrapOrError(Expected<T> EO).
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 9 03:24:15 PDT 2019
jhenderson accepted this revision.
jhenderson added inline comments.
This revision is now accepted and ready to land.
================
Comment at: test/Object/invalid.test:229
-# INVALID-PH-ENTSIZE: error: invalid e_phentsize: 12336
+# INVALID-PH-ENTSIZE: error: '{{.*}}invalid-e_shnum.elf': invalid e_phentsize: 12336
----------------
Same as @MaskRay's comment - can this use -DFILE here too?
================
Comment at: test/Object/invalid.test:237
-# INVALID-EXT-SYMTAB-INDEX: error: extended symbol index (0) is past the end of the SHT_SYMTAB_SHNDX section of size 0
+# INVALID-EXT-SYMTAB-INDEX: error: '{{.*}}invalid-ext-symtab-index.elf-x86-64': extended symbol index (0) is past the end of the SHT_SYMTAB_SHNDX section of size 0
----------------
Ditto.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65946/new/
https://reviews.llvm.org/D65946
More information about the llvm-commits
mailing list