Searched refs:compile_env (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/ |
| H A D | compiler.py | 24 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,
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| H A D | config.py | 195 self.cxx.compile_env = dict(os.environ) 385 self.add_path(self.cxx.compile_env, self.cxx_library_root)
|