[Lldb-commits] [lldb] 1156532 - [lldb] Remove a few unused .exports files
Nico Weber via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 5 13:17:19 PDT 2021
Author: Nico Weber
Date: 2021-08-05T22:17:00+02:00
New Revision: 11565320fd55117f04b9cc812e28a30962283c3e
URL: https://github.com/llvm/llvm-project/commit/11565320fd55117f04b9cc812e28a30962283c3e
DIFF: https://github.com/llvm/llvm-project/commit/11565320fd55117f04b9cc812e28a30962283c3e.diff
LOG: [lldb] Remove a few unused .exports files
They used to be referenced from the .xcodeproj files, but those are long gone.
No behavior change.
Differential Revision: https://reviews.llvm.org/D107444
Added:
Modified:
Removed:
lldb/source/API/liblldb.xcode.exports
lldb/tools/argdumper/argdumper.exports
lldb/tools/lldb-server/lldb-server.exports
################################################################################
diff --git a/lldb/source/API/liblldb.xcode.exports b/lldb/source/API/liblldb.xcode.exports
deleted file mode 100644
index 9c194fa6ff67..000000000000
--- a/lldb/source/API/liblldb.xcode.exports
+++ /dev/null
@@ -1,3 +0,0 @@
-__ZN4lldb*
-__ZNK4lldb*
-_init_lld*
diff --git a/lldb/tools/argdumper/argdumper.exports b/lldb/tools/argdumper/argdumper.exports
deleted file mode 100644
index e69de29bb2d1..000000000000
diff --git a/lldb/tools/lldb-server/lldb-server.exports b/lldb/tools/lldb-server/lldb-server.exports
deleted file mode 100644
index e69de29bb2d1..000000000000
More information about the lldb-commits
mailing list