Searched +refs:clang +refs:format +refs:executable (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
H A Dconfig.py46 self.lit_config.note("using lit tools: {}".format(path))
246 def get_clang_builtin_include_dir(self, clang):
247 # FIXME: Rather than just getting the version, we should have clang
250 [clang, '-print-file-name=include'])
253 print(clang)
255 "Couldn't find the include dir for Clang ('%s')" % clang)
264 # On macOS, LSan is only supported on clang versions 5 and higher
265 def get_clang_has_lsan(self, clang, triple):
266 if not clang:
272 clang_binary = clang
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build/bin/
H A Dscan-build110 Diag (" http://clang-analyzer.llvm.org/filing_bugs.html\n")
224 # clang driver. Set the run number to 1.
566 # The name of the file is generated by clang binary (HTMLDiagnostics.cpp)
891 $ppfile_clang =~ s/[.](.+)$/.clang.$1/;
918 $ppfile_clang =~ s/[.](.+)$/.clang.$1/;
923 print OUT "<p>Please consider submitting preprocessed files as <a href=\"http://clang-analyzer.llvm.org/filing_bugs.html\">bug reports</a>. <!-- REPORTCRASHES --> </p>\n";
930 # Make sure $Dir and $BaseDir are world readable/executable.
1106 # Disable PCH files until clang supports them.
1136 $Cmd =~ /(.*\/?clang[^\/]*$)/ or
1149 $Cmd =~ /(.*\/?clang\
[all...]

Completed in 125 milliseconds