From d8a2e2dd5a809a8b11c326b957c44b7666246515 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 15 Feb 2015 21:34:08 +0000 Subject: [PATCH] refresh of the patch --- debian/patches/lit-lang.diff | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/patches/lit-lang.diff b/debian/patches/lit-lang.diff index 5bbce391..9ab57649 100644 --- a/debian/patches/lit-lang.diff +++ b/debian/patches/lit-lang.diff @@ -1,13 +1,13 @@ -Index: llvm-toolchain-snapshot_3.7~svn228604/test/lit.cfg +Index: llvm-toolchain-snapshot_3.7~svn229332/test/lit.cfg =================================================================== ---- llvm-toolchain-snapshot_3.7~svn228604.orig/test/lit.cfg -+++ llvm-toolchain-snapshot_3.7~svn228604/test/lit.cfg -@@ -333,7 +333,7 @@ def have_ld_plugin_support(): +--- llvm-toolchain-snapshot_3.7~svn229332.orig/test/lit.cfg ++++ llvm-toolchain-snapshot_3.7~svn229332/test/lit.cfg +@@ -334,7 +334,7 @@ def have_ld_plugin_support(): if not os.path.exists(os.path.join(config.llvm_shlib_dir, 'LLVMgold.so')): return False -- ld_cmd = subprocess.Popen(['ld', '--help'], stdout = subprocess.PIPE) -+ ld_cmd = subprocess.Popen(['ld', '--help'], stdout = subprocess.PIPE, env={'LANG': 'C'}) +- ld_cmd = subprocess.Popen([config.gold_executable, '--help'], stdout = subprocess.PIPE) ++ ld_cmd = subprocess.Popen([config.gold_executable, '--help'], stdout = subprocess.PIPE, env={'LANG': 'C'}) ld_out = ld_cmd.stdout.read().decode() ld_cmd.wait()