Skip to content

Commit 13b64af

Browse files
Revert "Revert "[LLDB] Update Shell lit config to handle c8031c3" (#170288)"
This reverts commit ac23264.
1 parent 00f3410 commit 13b64af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/helper/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def use_support_substitutions(config):
226226
except OSError:
227227
res = -1
228228
if res == 0 and out:
229-
sdk_path = lit.util.to_string(out)
229+
sdk_path = str(out)
230230
llvm_config.lit_config.note("using SDKROOT: %r" % sdk_path)
231231
host_flags += ["-isysroot", sdk_path]
232232
elif sys.platform != "win32":

0 commit comments

Comments
 (0)