Searched refs:compiler_path (Results 1 – 4 of 4) sorted by relevance
10 def is_compiler_clang_with_gmodules(compiler_path): argument12 if compiler_path in GMODULES_SUPPORT_MAP:13 return GMODULES_SUPPORT_MAP[compiler_path]16 compiler = os.path.basename(compiler_path)21 clang_help = os.popen("%s --help" % compiler_path).read()24 GMODULES_SUPPORT_MAP[compiler_path] = _gmodules_supported_internal()25 return GMODULES_SUPPORT_MAP[compiler_path]
830 compiler_path = lldbplatformutil.getCompiler()852 compiler_path = lldbplatformutil.getCompiler()853 compiler = os.path.basename(compiler_path)860 "%s -g -glldb -O1 -S -emit-llvm -x c -o %s -" % (compiler_path, f.name)883 compiler_path = lldbplatformutil.getCompiler()884 compiler = os.path.basename(compiler_path)895 if not _compiler_supports(compiler_path, "-fsanitize=thread"):991 compiler_path = lldbplatformutil.getCompiler()999 cmd = f"{compiler_path} -x c -o {f.name} -"1019 cmd = f"{compiler_path} [all...]
56 def is_supported_on_platform(category, platform, compiler_path): argument66 return gmodules.is_compiler_clang_with_gmodules(compiler_path)
82 PATHS ${LLVM_BINARY_DIR}/bin ${compiler_path})89 PATHS ${LLVM_BINARY_DIR}/bin ${compiler_path})