[Lldb-commits] [PATCH] D17384: Fix OSX cmake build
Ewan Crawford via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 18 09:06:07 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL261227: Fix OSX cmake build (authored by EwanCrawford).
Changed prior to commit:
http://reviews.llvm.org/D17384?vs=48325&id=48336#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17384
Files:
lldb/trunk/source/API/liblldb.exports
Index: lldb/trunk/source/API/liblldb.exports
===================================================================
--- lldb/trunk/source/API/liblldb.exports
+++ lldb/trunk/source/API/liblldb.exports
@@ -1,4 +1,4 @@
_ZN4lldb*
_ZNK4lldb*
init_lld*
-PyInit__lldb
+PyInit__lldb*
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17384.48336.patch
Type: text/x-patch
Size: 276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160218/d43e7600/attachment.bin>
More information about the lldb-commits
mailing list