Lines Matching refs:Compiler
3 # The LLVM Compiler Infrastructure
25 # Compiler command setup.
28 my $Compiler;
32 $Compiler = $ENV{'CCC_CXX'};
33 if (!defined $Compiler) { $Compiler = "g++"; }
39 $Compiler = $ENV{'CCC_CC'};
40 if (!defined $Compiler) { $Compiler = "gcc"; }
108 `$Compiler -v >> $PPFile.info.txt 2>&1`;
404 my $Status = system($Compiler,@ARGV);
406 print "$Compiler @ARGV\n";
456 # Options with possible arguments that should pass through to compiler.
472 # Options with possible arguments that should pass through to both compiler
551 # Get the compiler/link mode.