Author: Felipe de Azevedo Piovezan Date: 2025-12-02T13:09:59Z New Revision: b7f5928276f00edf9de2ae8f5f52644e445b0f92
URL: https://github.com/llvm/llvm-project/commit/b7f5928276f00edf9de2ae8f5f52644e445b0f92 DIFF: https://github.com/llvm/llvm-project/commit/b7f5928276f00edf9de2ae8f5f52644e445b0f92.diff LOG: Revert "[LLDB] Update Shell lit config to handle c8031c3dd743 (#170225)" This reverts commit ace65a0a8d7b9ad48c1f321cc70c711ecdab29bf. 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 b0d4e272d5646..b9e7dd7c196ab 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 = str(out) + sdk_path = lit.util.to_string(out) llvm_config.lit_config.note("using SDKROOT: %r" % sdk_path) host_flags += ["-isysroot", sdk_path] elif sys.platform != "win32": _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
