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
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits