Home
last modified time | relevance | path

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

/aosp12/system/bt/build/toolchain/clang/
H A Dget_clang_suffix.py21clang_version_out = subprocess.Popen([clang_path, "--version"], stdout=subprocess.PIPE).communicat… variable
22 clang_version_match = re.search(CLANG_VERSION_REGEX, clang_version_out)