Ensure python2.6 support
This commit is contained in:
parent
2bef762ba2
commit
3b1ae9889d
7 changed files with 70 additions and 32 deletions
|
|
@ -2,13 +2,14 @@ from llvm.core import *
|
|||
from llvm.passes import *
|
||||
from llvm.ee import *
|
||||
import llvm
|
||||
from llvm.test_llvmpy import TestCase
|
||||
from os.path import dirname, join as join_path
|
||||
|
||||
|
||||
import unittest
|
||||
import re
|
||||
|
||||
class TestLoopVectorizer(unittest.TestCase):
|
||||
class TestLoopVectorizer(TestCase):
|
||||
def test_loop_vectorizer(self):
|
||||
if llvm.version <= (3, 1):
|
||||
return # SKIP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue