Skip to content

Commit 9fa3315

Browse files
committed
fix lit
1 parent 940dd0a commit 9fa3315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def have_cxx_shared_library():
473473
print("could not exec llvm-readobj")
474474
return False
475475

476-
readobj_out = readobj_cmd.stdout.read().decode("utf-8")
476+
readobj_out = readobj_cmd.stdout.read().decode("ascii")
477477
readobj_cmd.wait()
478478

479479
regex = re.compile(r"(libc\+\+|libstdc\+\+|msvcp).*\.(so|dylib|dll)")

0 commit comments

Comments
 (0)