summaryrefslogtreecommitdiffstats
path: root/lldb/tools
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2015-09-04 00:00:41 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2015-09-04 00:00:41 +0000
commit3921fc7de79ed21605fa03c0969ed2f7f85e412a (patch)
tree9459c044bd0a6281b8b3fa02dd5ac94382060b43 /lldb/tools
parentcfe7d6c4862c5095f92329cc3d6289737194108e (diff)
downloadbcm5719-llvm-3921fc7de79ed21605fa03c0969ed2f7f85e412a.tar.gz
bcm5719-llvm-3921fc7de79ed21605fa03c0969ed2f7f85e412a.zip
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/tools')
-rw-r--r--lldb/tools/argdumper/argdumper.exports (renamed from lldb/tools/argdumper/exports)0
-rw-r--r--lldb/tools/lldb-mi/lldb-mi.exports (renamed from lldb/tools/lldb-server/exports)0
-rw-r--r--lldb/tools/lldb-server/lldb-server.exports0
3 files changed, 0 insertions, 0 deletions
diff --git a/lldb/tools/argdumper/exports b/lldb/tools/argdumper/argdumper.exports
index e69de29bb2d..e69de29bb2d 100644
--- a/lldb/tools/argdumper/exports
+++ b/lldb/tools/argdumper/argdumper.exports
diff --git a/lldb/tools/lldb-server/exports b/lldb/tools/lldb-mi/lldb-mi.exports
index e69de29bb2d..e69de29bb2d 100644
--- a/lldb/tools/lldb-server/exports
+++ b/lldb/tools/lldb-mi/lldb-mi.exports
diff --git a/lldb/tools/lldb-server/lldb-server.exports b/lldb/tools/lldb-server/lldb-server.exports
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/lldb/tools/lldb-server/lldb-server.exports
OpenPOWER on IntegriCloud