[Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to additionally export only the lldb_private namespace symbols

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 28 12:15:14 PDT 2016


tfiala added inline comments.


================
Comment at: API/CMakeLists.txt:106
     # from working on some systems but limits the liblldb size.
-    MESSAGE("-- Symbols (liblldb): only exporting liblldb.exports symbols")
+    MESSAGE("-- Symbols (liblldb): only exporting symbols in lldb namespace")
     add_llvm_symbol_exports(liblldb ${CMAKE_CURRENT_SOURCE_DIR}/liblldb.exports)
----------------
I'll change this to:
-- Symbols (liblldb): exporting symbols in the lldb namespace

in the commit to normalize with the message I modified below.


https://reviews.llvm.org/D26093





More information about the lldb-commits mailing list