Home
last modified time | relevance | path

Searched refs:compiler_path (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/packages/Python/lldbsuite/support/
H A Dgmodules.py10 def is_compiler_clang_with_gmodules(compiler_path): argument
12 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]
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py830 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...]
H A Dtest_categories.py56 def is_supported_on_platform(category, platform, compiler_path): argument
66 return gmodules.is_compiler_clang_with_gmodules(compiler_path)
/llvm-project/libc/cmake/modules/
H A Dprepare_libc_gpu_build.cmake82 PATHS ${LLVM_BINARY_DIR}/bin ${compiler_path})
89 PATHS ${LLVM_BINARY_DIR}/bin ${compiler_path})