From 6e09df71a333bf87cd68c2d08ad068a3e501462d Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Fri, 5 Sep 2014 11:30:05 +0200 Subject: Modify irbloc destination mecanism. Rework API in consequence. Fat patch here: some API have changed. Each irbloc now affects a special "IRDst" register which is used to describe the destination irbloc. It allows simple description of architectures using delay slots. Architectures semantic and tcc/python jitter are modified in consequence. LLVM jitter is disabled for now, but should be patch soon. --- test/test_all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_all.py') diff --git a/test/test_all.py b/test/test_all.py index 4967ed3d..9bdfa425 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -414,8 +414,8 @@ try: except ImportError: llvm = False -# if llvm.version != (3,2): -# llvm = False +# TODO XXX: fix llvm jitter (deactivated for the moment) +llvm = False if llvm is False: print "%(red)s[LLVM]%(end)s Python 'py-llvm 3.2' module is required for llvm tests" % colors -- cgit 1.4.1