[Lldb-commits] [PATCH] D17182: Adjust for Python-3.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 11 20:31:42 PST 2016


zturner added a comment.

Very excited to see more platforms trying to get Python 3 working.


================
Comment at: source/API/liblldb.exports:4
@@ -3,1 +3,2 @@
 init_lld*
+PyInit__lld*
----------------
I don't really know what the syntax of this file is, but the symbol is called `PyInit__lldb`, not `PyInit__lld`.  Is this still correct?  Does it matter that you're exporting both the Python 2 and the Python 3 symbol in both versions even when they're not defined?


http://reviews.llvm.org/D17182





More information about the lldb-commits mailing list