[Lldb-commits] [PATCH] D143842: [lldb][test] Add check for Xcode binutils version to test-runner
Thorsten via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Feb 12 02:35:20 PST 2023
tschuett 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.
----------------
Did you mean `xcrun -f strip`?
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