[Lldb-commits] [lldb] [LLDB] Export DWARF Parser symbols for external language plugins (PR #67851)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 29 16:43:21 PDT 2023


walter-erquinigo wrote:

> Perhaps instead of lldb_plugin we can name it something like lldb_private::plugin instead? 

Well, that would definitely work for me, as these symbols would be automatically exported alongside all the other `lldb_private` symbols. What I'm not completely sure about is if we want to go that route for plugins because then all of their symbols would be exported with this flag. @clayborg what do you think?

https://github.com/llvm/llvm-project/pull/67851


More information about the lldb-commits mailing list