removing LLVM 3.1 and 3.2 from default testing

This commit is contained in:
Ilia Filippov
2013-09-19 14:37:26 +04:00
parent 00cd90c6b0
commit bb8f7d4e3f

View File

@@ -367,7 +367,7 @@ def validation_run(only, only_targets, reference_branch, notify, update):
if len(archs) == 0:
archs = ["x86", "x86-64"]
if len(LLVM) == 0:
LLVM = ["3.1", "3.2", "3.3", "head"]
LLVM = ["3.3", "head"]
gen_archs = ["x86-64"]
need_LLVM = check_LLVM(LLVM)
for i in range(0,len(need_LLVM)):