D | config.py | 185 def get_clang_builtin_include_dir(self, clang): argument 189 [clang, '-print-file-name=include']) 193 "Couldn't find the include dir for Clang ('%s')" % clang) 203 def get_clang_has_lsan(self, clang, triple): argument 204 if not clang: 209 clang_binary = clang.split()[0] 302 self.config.substitutions.append(('%python', '"%s"' % (sys.executable))) 322 message = "couldn't find '{}' program".format(name) 325 ', try setting {} in your environment'.format(search_env) 331 self.lit_config.note('using {}: {}'.format(name, tool)) [all …]
|