[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 05:13:43 PST 2023
Michael137 added a comment.
My preference would be to check explicitly whether the tool is from the xcode toolchain. But the tools dont really have a distinguishable version (in fact the `strip` from Xcode doesnt have a version commandline flag. Perhaps that’s deliberate and a good way to disbiguate homebrew vs xcode?)
Another option would be to check that homebrew/binutils only appears after xcode in the user path
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