diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-04 00:00:41 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-04 00:00:41 +0000 |
commit | 3921fc7de79ed21605fa03c0969ed2f7f85e412a (patch) | |
tree | 9459c044bd0a6281b8b3fa02dd5ac94382060b43 /lldb/resources | |
parent | cfe7d6c4862c5095f92329cc3d6289737194108e (diff) | |
download | llvm-3921fc7de79ed21605fa03c0969ed2f7f85e412a.tar.gz |
Only export public symbols with the cmake build.
Summary:
This also moves the xcode support files to be near or the same
as the ones used for cmake.
The source/API/liblldb.xcodes.exports differs from the
source/API/liblldb.exports in that one contains the actual
symbol names (_ prefixed) while the other contains the symbol
names as they are in the code. The liblldb.exports file is
preprocessed by the cmake scripts into the correct per-platform
file needed (like a linker script on Linux).
This is not enabled on Windows as Windows doesn't use the same
name mangling and so it won't be valid there. Also, this is handled
already in a different way on Windows (via dll exports).
Reviewers: emaste, clayborg, labath, chaoren
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D12599
llvm-svn: 246822
Diffstat (limited to 'lldb/resources')
-rw-r--r-- | lldb/resources/lldb-framework-exports | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/resources/lldb-framework-exports b/lldb/resources/lldb-framework-exports deleted file mode 100644 index 9c194fa6ff67..000000000000 --- a/lldb/resources/lldb-framework-exports +++ /dev/null @@ -1,3 +0,0 @@ -__ZN4lldb* -__ZNK4lldb* -_init_lld* |