diff options
Diffstat (limited to 'test/profile/Linux/lit.local.cfg')
-rw-r--r-- | test/profile/Linux/lit.local.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/profile/Linux/lit.local.cfg b/test/profile/Linux/lit.local.cfg index c8c79fc7d8a77..410ffd8c5b056 100644 --- a/test/profile/Linux/lit.local.cfg +++ b/test/profile/Linux/lit.local.cfg @@ -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) |