[Lldb-commits] [PATCH] D40745: Add a clang-ast subcommand to lldb-test

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 6 02:30:25 PST 2017


On 5 December 2017 at 17:44, Greg Clayton <clayborg at gmail.com> wrote:
> Didn't someone recently submit a patch to allow relocation of .o files? That should have taken care of the issue, no?
>

I take it you mean D38142. This made sure that the memory we store the
object file in is writable, which makes sure that we are able to apply
at least some relocations. However, it does nothing about the fact
that we support only a handful of relocations that someone needed at
some point *and* the fact that we assume that all relocatoins are x86
relocations.

It will take some work before we can honestly claim that we support
relocating .o files.


More information about the lldb-commits mailing list