[PATCH] D69304: [llvm-objcopy] - Do not crash on object that has relocations but no symbol table.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 24 22:40:06 PDT 2019


MaskRay added inline comments.


================
Comment at: test/tools/llvm-objcopy/ELF/relocations-no-symtab.test:31
+
+## Check that we report an error when relocation refers to a symbol,
+## but we have no symbol table.
----------------
a relocation refers to a non-zero symbol index but there is no symbol table.


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

https://reviews.llvm.org/D69304





More information about the llvm-commits mailing list