From f1355e09e7e06fc949974d096a3c3d8e2485479d Mon Sep 17 00:00:00 2001 From: Alex Langford Date: Mon, 1 Dec 2025 15:29:30 -0800 Subject: [PATCH] [LLDB] Update Shell lit config to handle c8031c3dd743 --- lldb/test/Shell/helper/toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":