[Lldb-commits] [PATCH] D143842: [lldb][test] Add check for Xcode binutils version to test-runner
    Michael Buch via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Sun Feb 12 02:37:37 PST 2023
    
    
  
Michael137 added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/dotest.py:889
+toolchain. Please make sure the Xcode tools are before any
+other tools in your path. Run `xcode -f strip` for the correct
+toolchain path.
----------------
tschuett wrote:
> Did you mean `xcrun -f strip`?
yup! good catch
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143842/new/
https://reviews.llvm.org/D143842
    
    
More information about the lldb-commits
mailing list