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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to