Tag can start with letter other than v.

This commit is contained in:
Vassil Vassilev 2016-08-07 23:28:02 +02:00 committed by sftnight
parent 6e4653ae00
commit 819708255e

View File

@ -1807,9 +1807,6 @@ if args['last_stable']:
# For Python 3 compatibility
tag = str(tag)
# FIXME
assert tag[0] is "v"
llvm_revision = urlopen(
'https://raw.githubusercontent.com/vgvassilev/cling/%s/LastKnownGoodLLVMSVNRevision.txt' % tag
).readline().strip().decode('utf-8')