Author: Manuel Jacob <[email protected]>
Branch: llvm-translation-backend
Changeset: r80828:75ba75ce5bee
Date: 2015-11-22 11:51 +0100
http://bitbucket.org/pypy/pypy/changeset/75ba75ce5bee/
Log: Add stub for have_debug_prints_for() llop.
diff --git a/rpython/translator/llvm/genllvm.py
b/rpython/translator/llvm/genllvm.py
--- a/rpython/translator/llvm/genllvm.py
+++ b/rpython/translator/llvm/genllvm.py
@@ -1113,6 +1113,9 @@
def op_have_debug_prints(self, result):
self.w('{result.V} = bitcast i1 false to i1'.format(**locals()))
+ def op_have_debug_prints_for(self, result, category_prefix):
+ self.w('{result.V} = bitcast i1 false to i1'.format(**locals()))
+
def op_ll_read_timestamp(self, result):
self.op_direct_call(result, get_repr(llvm_readcyclecounter))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit