Lines Matching +refs:env +refs:PATH
16 # Tweak PATH for Win32 to decide to use bash.exe or not.
18 # Seek sane tools in directories and set to $PATH.
21 config.environment['PATH'],
25 config.environment['PATH']))
26 config.environment['PATH'] = path
59 # Tweak the PATH to include the tools dir.
64 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
65 config.environment['PATH'] = path
148 llvm_config = lit.util.which('llvm-config', config.environment['PATH'])
214 # tools that might happen to be in the user's PATH. Thus this list
387 …ld_cmd = subprocess.Popen([config.gold_executable, '--help'], stdout = subprocess.PIPE, env={'LANG…
408 …ubprocess.Popen([config.gold_executable, '--version'], stdout = subprocess.PIPE, env={'LANG': 'C'})
439 env=config.environment)
493 env=config.environment)