[Lldb-commits] [lldb] [lldb][test] Prevent TestqOffsets.py picking up host binaries (PR #157432)
    Pavel Labath via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Sep  8 06:53:56 PDT 2025
    
    
  
labath wrote:
> I'll try it but I have a suspicion we have code that says "anything on localhost must be the host machine".
I hope we don't. The code I'm targetting is in TargetList::CreateTargetInternal, which gives preference to the selected platform.
https://github.com/llvm/llvm-project/pull/157432
    
    
More information about the lldb-commits
mailing list