[Lldb-commits] [lldb] r367549 - [lit] Use ld.lld -z separate-code to work around a debug_line parsing bug

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 1 23:09:58 PDT 2019


On 02/08/2019 06:58, Fāng-ruì Sòng wrote:
> Hi Raphael, you need lld built from top of trunk to run the lldb tests. 
> -z separate-code is added by rLLD367537, not included in lld 9.
> 

We may need to somehow tweak the detection logic in our lit scripts so 
that it does not pick up ambient lld (nor llvm-dwarfdump, nor any other 
llvm tool) from the path. Doing this for regular integrated builds 
should be simple enough, but I am not sure how all of this should work 
for standalone builds...

pl


More information about the lldb-commits mailing list