davide added inline comments.

================
Comment at: lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp:2764-2765
       switch (reloc_type(rel)) {
       case R_386_32:
       case R_386_PC32:
       default:
----------------
It's unclear to me why PC-rel and 32-bit abs rel are not handled, but the error 
is really misleading.
Even if we don't expect them, we should just throw an error gracefully.


https://reviews.llvm.org/D40745



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to