Tweak exports list so lldb will still build correctly when
init_lldb is absent (when doing a no-python build).

llvm-svn: 195377
diff --git a/lldb/resources/lldb-framework-exports b/lldb/resources/lldb-framework-exports
index 174c159..9c194fa 100644
--- a/lldb/resources/lldb-framework-exports
+++ b/lldb/resources/lldb-framework-exports
@@ -1,3 +1,3 @@
 __ZN4lldb*
 __ZNK4lldb*
-_init_lldb
+_init_lld*