[Lldb-commits] [PATCH] D40745: Add a clang-ast subcommand to lldb-test
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 1 15:09:18 PST 2017
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
More information about the lldb-commits
mailing list