Go to the source code of this file.
Namespaces | |
update_clang | |
Functions | |
def | update_clang.CopyFile (src, dst) |
def | update_clang.DownloadAndUnpack (url, output_dir) |
def | update_clang.DownloadUrl (url, output_file) |
def | update_clang.EnsureDirExists (path) |
def | update_clang.main () |
def | update_clang.ReadStampFile (path=STAMP_FILE) |
def | update_clang.RmTree (dir) |
def | update_clang.UpdateClang () |
def | update_clang.WriteStampFile (s, path=STAMP_FILE) |
Variables | |
update_clang.CDS_URL | |
string | update_clang.CLANG_REVISION = 'llvmorg-14-init-6722-g0fbd3aad' |
int | update_clang.CLANG_SUB_REVISION = 2 |
update_clang.LLVM_BUILD_DIR = os.path.join(THIS_DIR, 'llvm-build') | |
string | update_clang.PACKAGE_VERSION = '%s-%s' % (CLANG_REVISION, CLANG_SUB_REVISION) |
update_clang.STAMP_FILE = os.path.join(LLVM_BUILD_DIR, 'cr_build_revision') | |
update_clang.THIS_DIR = os.path.abspath(os.path.dirname(__file__)) | |