mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
[LLDB] Update Shell lit config to handle c8031c3dd7 (#170225)
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user