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 556f7ff commit 58464a3Copy full SHA for 58464a3
llvm/test/lit.cfg.py
@@ -466,7 +466,7 @@ def have_cxx_shared_library():
466
print("could not exec llvm-readobj")
467
return False
468
469
- readobj_out = readobj_cmd.stdout.read().decode("utf-8")
+ readobj_out = readobj_cmd.stdout.read().decode("ascii")
470
readobj_cmd.wait()
471
472
regex = re.compile(r"(libc\+\+|libstdc\+\+|msvcp).*\.(so|dylib|dll)")
0 commit comments