Home
last modified time | relevance | path

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

/external/chromium_org/tools/clang/scripts/
Dupdate.py19 LLVM_WIN_REVISION = 'HEAD' variable
25 LLVM_WIN_REVISION = '210586' variable
97 print "Checking out %s r%s into '%s'" % (name, LLVM_WIN_REVISION, dir)
99 url + '@' + LLVM_WIN_REVISION, dir], tries=2)
116 print 'Updating Clang to %s...' % (LLVM_WIN_REVISION)
117 if LLVM_WIN_REVISION != 'HEAD' and ReadStampFile() == LLVM_WIN_REVISION:
183 WriteStampFile(LLVM_WIN_REVISION)