[PATCH] D25553: [ELF] - Check that .dynsym is present in DSO if SHT_GNU_versym section is.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 10:55:50 PDT 2016


ruiu added inline comments.


================
Comment at: ELF/InputFiles.cpp:540
+  if (this->VersymSec && !this->Symtab)
+    error("SHT_GNU_versym should be associated with symbol table");
+
----------------
Can this actually happen?


https://reviews.llvm.org/D25553





More information about the llvm-commits mailing list