Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/llvm-project-15.0.7/llvm/test/Unit/
H A Dlit.cfg.py27 config.environment['TMP'] = os.environ['TMP']
29 config.environment['TEMP'] = os.environ['TEMP']
34 config.environment['HOME'] = os.environ['HOME']
48 config.environment[var] = os.environ[var]
52 config.environment['PATH'] = os.path.pathsep.join((
53 config.shlibdir, config.environment['PATH']))
57 config.environment['SYSTEMDRIVE'] = os.environ['SYSTEMDRIVE']
/llvm-project-15.0.7/compiler-rt/unittests/
H A Dlit.common.unit.cfg.py34 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
35 config.environment['PATH'] = path
40 config.environment['TMP'] = os.environ['TMP']
42 config.environment['TEMP'] = os.environ['TEMP']
52 config.environment['MallocNanoZone'] = '0'
56 config.environment['ASAN_OPTIONS'] = 'verify_interceptors=0'
57 config.environment['TSAN_OPTIONS'] = 'verify_interceptors=0'
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestingConfig.py18 environment = {
72 environment['PYTHONBUFFERED'] = '1'
79 environment[var] = val
92 environment = environment,
142 environment, substitutions, unsupported, argument
151 self.environment = dict(environment)
184 self.environment = dict(self.environment)
/llvm-project-15.0.7/lldb/test/API/
H A Dlit.cfg.py106 config.environment['ASAN_OPTIONS'] = 'detect_stack_use_after_return=1'
108 config.environment['DYLD_INSERT_LIBRARIES'] = find_sanitizer_runtime(
113 config.environment['DYLD_INSERT_LIBRARIES'] = find_sanitizer_runtime(
116 if 'DYLD_INSERT_LIBRARIES' in config.environment and platform.system() == 'Darwin':
126 config.environment.get(shlibpath_var, '')))
127 config.environment[shlibpath_var] = shlibpath
180 if env_var in config.environment:
181 dotest_cmd += ['--inferior-env', env_var + '=' + config.environment[env_var]]
251 config.environment['TERM'] = os.getenv('TERM', default='vt100')
255 config.environment['FREEBSD_LEGACY_PLUGIN'] = os.environ[
[all …]
/llvm-project-15.0.7/compiler-rt/test/asan/Unit/
H A Dlit.site.cfg.py.in13 (new_path, config.environment.get('LD_LIBRARY_PATH', '')))
14 config.environment['LD_LIBRARY_PATH'] = new_ld_library_path
18 (new_path, config.environment.get('LD_32_LIBRARY_PATH', '')))
19 config.environment['LD_32_LIBRARY_PATH'] = new_ld_32_library_path
23 (new_path, config.environment.get('LD_LIBRARY_PATH_32', '')))
24 config.environment['LD_32_LIBRARY_PATH'] = new_ld_library_path_32
27 (new_path, config.environment.get('LD_LIBRARY_PATH_64', '')))
28 config.environment['LD_64_LIBRARY_PATH'] = new_ld_library_path_64
/llvm-project-15.0.7/clang/test/Unit/
H A Dlit.cfg.py29 config.environment['TMP'] = os.environ['TMP']
31 config.environment['TEMP'] = os.environ['TEMP']
45 config.environment[var] = os.environ[var]
63 config.environment.get(shlibpath_var, '')))
64 config.environment[shlibpath_var] = shlibpath
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Dintercept.py88 environment = setup_environment(args, tmp_dir)
89 exit_code = run_build(args.build, env=environment)
115 environment = dict(os.environ)
116 environment.update({'INTERCEPT_BUILD_TARGET_DIR': destination})
120 environment.update(wrapper_environment(args))
121 environment.update({
127 environment.update({
133 environment.update({'LD_PRELOAD': libear_path})
135 return environment
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_flags.inc29 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
32 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
35 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
42 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
45 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
48 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
/llvm-project-15.0.7/mlir/test/Unit/
H A Dlit.cfg.py27 config.environment['TMP'] = os.environ['TMP']
29 config.environment['TEMP'] = os.environ['TEMP']
34 config.environment['HOME'] = os.environ['HOME']
48 config.environment[var] = os.environ[var]
/llvm-project-15.0.7/flang/test/Unit/
H A Dlit.cfg.py24 path = os.path.pathsep.join((config.flang_tools_dir, config.llvm_tools_dir, config.environment['PAT…
25 config.environment['PATH'] = path
28 config.environment.get('LD_LIBRARY_PATH','')))
29 config.environment['LD_LIBRARY_PATH'] = path
/llvm-project-15.0.7/compiler-rt/test/asan/
H A Dlit.cfg.py36 (new_path, config.environment.get(dynamic_library_lookup_var, '')))
37 config.environment[dynamic_library_lookup_var] = new_ld_library_path
42 (new_path, config.environment.get(dynamic_library_lookup_var, '')))
43 config.environment[dynamic_library_lookup_var] = new_ld_32_library_path
48 (new_path, config.environment.get(dynamic_library_lookup_var, '')))
49 config.environment[dynamic_library_lookup_var] = new_ld_library_path_32
53 (new_path, config.environment.get(dynamic_library_lookup_var, '')))
54 config.environment[dynamic_library_lookup_var] = new_ld_library_path_64
69 config.environment['ASAN_OPTIONS'] = default_asan_opts_str
/llvm-project-15.0.7/polly/test/
H A Dlit.cfg35 base_paths = [config.llvm_tools_dir, config.environment['PATH']]
37 config.environment['PATH'] = path
40 config.environment.get('LD_LIBRARY_PATH','')))
41 config.environment['LD_LIBRARY_PATH'] = path
53 env=config.environment)
68 env=config.environment)
/llvm-project-15.0.7/lld/test/
H A Dlit.cfg.py82 config.environment['LLD_VERSION'] = 'LLD 1.0'
89 config.environment['LLD_IN_TEST'] = '1'
91 config.environment['LLD_IN_TEST'] = '2'
103 if (lit.util.which('cvtres', config.environment['PATH']) or
140 tar_executable = lit.util.which('tar', config.environment['PATH'])
/llvm-project-15.0.7/clang/test/Analysis/exploded-graph-rewriter/
H A Denvironment.dot11 // CHECK-SAME: (environment.cpp:<b>4</b>:<b>6</b>
13 // CHECK-SAME: (<i>spelling at </i> environment.h:<b>7</b>:<b>8</b>)
51 "environment": {
59 "file": "environment.cpp",
63 "file": "environment.h",
/llvm-project-15.0.7/openmp/tools/archer/tests/
H A Dlit.cfg24 if name in config.environment:
25 config.environment[name] = path + sep + config.environment[name]
27 config.environment[name] = path
65 # Setup environment to find dynamic library at runtime
91 config.environment['INTEL_LICENSE_FILE'] = os.environ['INTEL_LICENSE_FILE']
93 config.environment['ARCHER_OPTIONS'] = "report_data_leak=1"
98 % config.environment['ARCHER_OPTIONS']))
127 # No such environment variable on Windows.
/llvm-project-15.0.7/compiler-rt/test/tsan/Unit/
H A Dlit.site.cfg.py.in21 if 'TSAN_OPTIONS' in config.environment:
22 config.environment['TSAN_OPTIONS'] += ':ignore_noninstrumented_modules=0'
24 config.environment['TSAN_OPTIONS'] = 'ignore_noninstrumented_modules=0'
25 config.environment['TSAN_OPTIONS'] += ':ignore_interceptors_accesses=0'
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dset-push-pop-directives.s3 # .set push creates a copy of the current environment.
4 # .set pop restores the previous environment.
8 # The first environment on the stack (with initial values).
13 # Create a new environment.
23 # Switch back to the first environment.
/llvm-project-15.0.7/lldb/docs/use/
H A Dqemu-testing.rst10 QEMU can be used to test LLDB in an emulation environment in the absence of
12 environment for testing LLDB.
15 setup a virtual LLDB testing environment using QEMU. The scripts currently work
22 Once we have booted our kernel we can run lldb-server in emulation environment.
113 Steps for running lldb-server in QEMU system emulation environment
118 * Find out ip address assigned to eth0 in emulation environment
120 * Setup ssh access between host machine and emulation environment
122 * Login emulation environment and install dependencies
130 * Transfer LLDB server executable to emulation environment
134 $ scp lldb-server username@ip-address-of-emulation-environment:/home/username
/llvm-project-15.0.7/polly/test/Unit/
H A Dlit.cfg31 config.environment['TMP'] = os.environ['TMP']
33 config.environment['TEMP'] = os.environ['TEMP']
47 config.environment[var] = os.environ[var]
58 config.environment.get(shlibpath_var,'')))
64 config.environment[shlibpath_var] = shlibpath
/llvm-project-15.0.7/openmp/tools/multiplex/tests/
H A Dlit.cfg24 if name in config.environment:
25 config.environment[name] = path + sep + config.environment[name]
27 config.environment[name] = path
55 config.environment['INTEL_LICENSE_FILE'] = os.environ['INTEL_LICENSE_FILE']
62 # Setup environment to find dynamic library at runtime
/llvm-project-15.0.7/lldb/test/API/lang/c/conflicting-symbol/
H A DTestConflictingSymbol.py28 environment = self.registerSharedLibrariesWithTarget(
39 None, environment, self.get_process_working_directory())
97 environment = self.registerSharedLibrariesWithTarget(
104 None, environment, self.get_process_working_directory())
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-env/
H A Denv-u.txt1 # Check and make sure preset environment variable were set in lit.cfg
6 # Check single unset of environment variable
11 # Check multiple unsets of environment variables
/llvm-project-15.0.7/llvm/utils/lit/tests/
H A Dlit.cfg43 config.environment['PYTHONPATH'] = os.pathsep.join([lit_path])
47 config.environment['PYTHONNOUSERSITE'] = '1'
59 # within %{inputs}'s test suites. Thus, %{lit} clears environment variables
75 config.environment['COVERAGE_PROCESS_START'] = os.path.join(
79 # to do cancellation in the same environment as where RUN commands are run.
86 stderr=subprocess.PIPE, env=config.environment,
114 config.environment['PATH'] = os.path.pathsep.join((test_bin,
115 config.environment['PATH']))
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUserProperties.td11 …t contain a directory separator, the filename is looked up in the PATH environment variable. If em…
19 Desc<"Extra variables to add to the emulator environment.">;
23 Desc<"Extra variables to add to emulated target environment.">;
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-timeout/
H A Dlit.cfg36 if 'PYTHONPATH' in config.environment:
37 pythonpath_list.append(config.environment['PYTHONPATH'])
38 config.environment['PYTHONPATH'] = os.pathsep.join(pythonpath_list)

12345678910>>...14