Lines Matching refs:environment
22 config.environment['PATH'],
26 config.environment['PATH']))
27 config.environment['PATH'] = path
30 # LIT_USE_INTERNAL_SHELL is in the environment, we use that as an override.
66 # Clear some environment variables that might affect Clang.
91 if name in config.environment:
92 del config.environment[name]
103 clang_tools_dir, llvm_tools_dir, config.environment['PATH']))
104 config.environment['PATH'] = path
109 config.environment.get('LD_LIBRARY_PATH','')))
110 config.environment['LD_LIBRARY_PATH'] = path
115 config.environment[symbolizer] = os.environ[symbolizer]
141 llvm_config = lit.util.which('llvm-config', config.environment['PATH'])
179 # If the user set clang in the environment, definitely use that and don't
189 "CLANG in your environment")
193 config.clang = inferClang(config.environment['PATH']).replace('\\', '/')
214 # the builtin headers. Those are part of even a freestanding environment, but
221 env=config.environment)
403 # Not set on native MS environment.
407 # Not set on native PS4 environment.
435 env=config.environment
492 config.environment.update({'DYLD_INSERT_LIBRARIES' : gmalloc_path_str})