[Lldb-commits] [lldb] r321271 - Work around test failures on red-hat linux

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 21 08:35:54 PST 2017


BTW: we should remove the GetIsDynamicLinkEditor() from Module.h/cpp and ObjectFile.h, ObjectFileMachO.h/.cpp since it is dead code now.

> On Dec 21, 2017, at 7:24 AM, Pavel Labath via lldb-commits <lldb-commits at lists.llvm.org> wrote:
> 
> On 21 December 2017 at 15:17, Pavel Labath <labath at google.com> wrote:
>> Right now I'm looking at two (ignoring the debug-info multiplication):
>> TestExprs2.py and TestTopLevelExprs.py
>> TestExprs2 is encountering ambiguity when looking up the "environ"
>> symbol (the dynamic linker contains an extra copy). I think I know how
>> to handle that.
> 
> Ok, I take that back. I was hoping I could just implement
> ObjectFileELF::GetIsDynamicLinkEditor, but it seems that function is
> not actually called from anywhere.
> 
> Does anyone have more background about that function?
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20171221/cd5ef7b1/attachment.html>


More information about the lldb-commits mailing list