HomeSort by relevance Sort by last modified time
    Searched refs:gccpath (Results 1 - 5 of 5) sorted by null

  /external/llvm/test/
site.exp.in 14 set gccpath "@GCCPATH@"
  /external/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/
site.exp 14 set gccpath "/usr/bin/gcc -arch x86_64"
  /external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/
site.exp 14 set gccpath "/usr/bin/gcc -arch x86_64"
  /external/llvm/test/lib/
llvm.exp 51 global gccpath gxxpath compile_c compile_cxx link shlibext llvmlibsdir
  /external/llvm/utils/
NewNightlyTest.pl 88 # -gccpath Path to gcc/g++ used to build LLVM
203 if (/^-gccpath/) { $CONFIGUREARGS .=
205 $GCCPATH=$ARGV[0]; shift; next; }
206 else { $GCCPATH=""; }
716 if ($GCCPATH ne "") {
717 $gcc_version_long = `$GCCPATH/gcc --version`;

Completed in 191 milliseconds