Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 451b2c1

Browse files
committed
compiler-rt/test/profile/Linux/lit.local.cfg: [Py3] Use text mode (universal_newlines=True).
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@288490 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 66dca51 commit 451b2c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/profile/Linux/lit.local.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def is_gold_linker_available():
2121
return False
2222

2323
clang_cmd = subprocess.Popen([config.clang, '-fuse-ld=gold', '-xc', '-'],
24+
universal_newlines = True,
2425
stdin = subprocess.PIPE,
2526
stdout = subprocess.PIPE,
2627
stderr = subprocess.PIPE)

0 commit comments

Comments
 (0)