commit | a69c1139e9487df1fe4a41f8869e8425b7ff11ae | [log] [tgz] |
---|---|---|
author | Jason Molenda <jmolenda@apple.com> | Thu Nov 21 22:23:46 2013 +0000 |
committer | Jason Molenda <jmolenda@apple.com> | Thu Nov 21 22:23:46 2013 +0000 |
tree | 5ad5e2d62528ea9b240fff97532ff3824f5c5cb3 | |
parent | 87c7791bb7444d9485964052abd6dc96ff2db0eb [diff] [blame] |
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*