[llvm-branch-commits] [lldb] 13b64af - Revert "Revert "[LLDB] Update Shell lit config to handle c8031c3dd743" (#170288)"
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 2 07:34:39 PST 2025
Author: Felipe de Azevedo Piovezan
Date: 2025-12-02T15:34:35Z
New Revision: 13b64af538f97b03d56bdd5a948b0dd47c8bd123
URL: https://github.com/llvm/llvm-project/commit/13b64af538f97b03d56bdd5a948b0dd47c8bd123
DIFF: https://github.com/llvm/llvm-project/commit/13b64af538f97b03d56bdd5a948b0dd47c8bd123.diff
LOG: Revert "Revert "[LLDB] Update Shell lit config to handle c8031c3dd743" (#170288)"
This reverts commit ac23264c0327a055bd439fd12264461f5b7d16b9.
Added:
Modified:
lldb/test/Shell/helper/toolchain.py
Removed:
################################################################################
diff --git a/lldb/test/Shell/helper/toolchain.py b/lldb/test/Shell/helper/toolchain.py
index b9e7dd7c196ab..b0d4e272d5646 100644
--- a/lldb/test/Shell/helper/toolchain.py
+++ b/lldb/test/Shell/helper/toolchain.py
@@ -226,7 +226,7 @@ def use_support_substitutions(config):
except OSError:
res = -1
if res == 0 and out:
- sdk_path = lit.util.to_string(out)
+ sdk_path = str(out)
llvm_config.lit_config.note("using SDKROOT: %r" % sdk_path)
host_flags += ["-isysroot", sdk_path]
elif sys.platform != "win32":
More information about the llvm-branch-commits
mailing list