Lines Matching refs:compiler
36 # Only one of compiler directory and llvm prebuilts version can be indicated
48 help='Specify path to the compiler\'s bin directory. '
51 'each compiler.')
67 'exists, no need to pass the path to compiler '
221 def check_count(compiler, llvm_version, build_os, cflags, ldflags):
222 # Count will be set to 0 if no compiler or llvm_version specified.
225 count = max(len(compiler), len(llvm_version))
248 def build_bench(setting_no, bench, compiler, llvm_version, build_os, cflags,
252 if compiler:
253 build_cmd.append('-c=' + compiler[setting_no])
401 compiler = arguments.compiler_dir
435 compiler = [test_config.get(section, 'compiler')]
449 build_bench(0, bench, compiler, llvm_version,
468 setting_count = check_count(compiler, llvm_version, build_os,
475 build_bench(setting_no, bench, compiler, llvm_version,