[llvm-branch-commits] [lldb] [llvm] [ci] add dependencies for lldb python binding tests (PR #136158)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Apr 17 23:40:40 PDT 2025
================
@@ -63,9 +63,13 @@ pip install -q -r "${MONOREPO_ROOT}"/.ci/requirements.txt
export LLVM_SYMBOLIZER_PATH=`which llvm-symbolizer`
[[ ! -f "${LLVM_SYMBOLIZER_PATH}" ]] && echo "llvm-symbolizer not found!"
+# Set up all runtimes either way. libcxx is a dependency of LLDB.
+# If it ends up being unused, not much harm.
----------------
boomanaiden154 wrote:
I would change "not much harm" to explicitly enumerate that we do not end up configuring or building it if we we do not explicitly run those check/build targets.
https://github.com/llvm/llvm-project/pull/136158
More information about the llvm-branch-commits
mailing list