We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0ff9f commit 5c7d78bCopy full SHA for 5c7d78b
lldb/test/Shell/helper/toolchain.py
@@ -226,7 +226,7 @@ def use_support_substitutions(config):
226
except OSError:
227
res = -1
228
if res == 0 and out:
229
- sdk_path = lit.util.to_string(out)
+ sdk_path = str(out)
230
llvm_config.lit_config.note("using SDKROOT: %r" % sdk_path)
231
host_flags += ["-isysroot", sdk_path]
232
elif sys.platform != "win32":
0 commit comments