Lines Matching refs:compiler
275 compiler = self.setCompilers.getCompiler()
276 if [s for s in ['mpicc','mpiicc'] if os.path.basename(compiler).find(s)>=0]:
278 output = self.executeShellCommand(compiler + ' -show', log = self.log)[0]
279 compiler = output.split(' ')[0]
953 compiler = self.getCompiler(lang=lang)
954 if self.setCompilers.isGNU(compiler, self.log):
956 elif self.setCompilers.isClang(compiler, self.log):
963 … add coverage for gnu-like compilers (either gcc or clang). Skipping it!'.format(quoted(compiler)))
981 'Compiler {} did not accept coverage flag {}'.format(quoted(compiler), quoted(flag))
987 quoted(compiler), coverage_flags
1203 compiler = self.getCompiler(lang=lang)
1204 …ec (got {}), trying to auto-detect based on compiler {}'.format(quoted(arg_opt), quoted(compiler)))
1205 if self.setCompilers.isGNU(compiler, self.log):
1208 elif self.setCompilers.isClang(compiler, self.log):
1217 …piler. Bailing since user did not explicitly set exec on the commandline'.format(quoted(compiler)))
1222 …to-detect coverage tool for {}, please set coverage tool name explicitly'.format(quoted(compiler)))
1229 …piler {}) using pattern {}'.format(quoted(compiler_version_str), quoted(compiler), quoted(compiler…