Home
last modified time | relevance | path

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

/external/toolchain-utils/llvm_tools/
Dget_llvm_hash.py23 _LLVM_GIT_URL = ('https://chromium.googlesource.com/external/github.com/llvm' variable
263 clone_cmd = ['git', 'clone', _LLVM_GIT_URL, temp_dir]
298 ['git', 'ls-remote', _LLVM_GIT_URL, path_to_main_branch])
Dget_llvm_hash_unittest.py47 ['git', 'clone', get_llvm_hash._LLVM_GIT_URL, into_tempdir],