mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-25 10:48:14 +00:00
compiler-rt/test/profile/Linux/lit.local.cfg: [Py3] Use text mode (universal_newlines=True).
llvm-svn: 288490
This commit is contained in:
parent
bedef00e2c
commit
5ce101a848
@ -21,6 +21,7 @@ def is_gold_linker_available():
|
||||
return False
|
||||
|
||||
clang_cmd = subprocess.Popen([config.clang, '-fuse-ld=gold', '-xc', '-'],
|
||||
universal_newlines = True,
|
||||
stdin = subprocess.PIPE,
|
||||
stdout = subprocess.PIPE,
|
||||
stderr = subprocess.PIPE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user