Home
last modified time | relevance | path

Searched refs:compile_env (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/utils/libcxx/
H A Dcompiler.py24 use_ccache=False, use_warnings=False, compile_env=None, argument
43 if compile_env is not None:
44 self.compile_env = dict(compile_env)
46 self.compile_env = None
157 out, err, rc = libcxx.util.executeCommand(cmd, env=self.compile_env,
163 out, err, rc = libcxx.util.executeCommand(cmd, env=self.compile_env,
169 out, err, rc = libcxx.util.executeCommand(cmd, env=self.compile_env,
179 out, err, rc = libcxx.util.executeCommand(cmd, env=self.compile_env,
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dconfig.py186 self.cxx.compile_env = dict(os.environ)
346 self.add_path(self.cxx.compile_env, self.cxx_library_root)
/llvm-project-15.0.7/lldb/test/Shell/helper/
H A Dbuild.py300 self.compile_env, self.link_env = self._get_visual_studio_environment()
586 self.compile_env,