[lldb-dev] incorrect shared library addresses

Greg Clayton via lldb-dev lldb-dev at lists.llvm.org
Wed Oct 14 16:46:08 PDT 2015


> On Oct 14, 2015, at 4:04 PM, Ryan Brown <ribrdb at google.com> wrote:
> 
> Well the go linker is actually what generates code from the IR, so it's always required. And as it stands now you can cross compile from another platform as long as you don't link with c code. I don't know if they'd want to change that by always using the os x linker. I filed a bug for them to add the min version.

Sounds good.


> On a semi-related note, I've just discovered that the go compiler is writing line tables that increment the line number one instruction early. Would it make sense to try to work around this in LLDB?

We should fix the compiler for this issue.


More information about the lldb-dev mailing list