https://llvm.org/bugs/show_bug.cgi?id=30580
Bug ID: 30580 Summary: lldb fails to link when -fvisibility=hidden used Product: lldb Version: 3.9 Hardware: PC OS: All Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-dev@lists.llvm.org Reporter: d...@mapbox.com CC: llvm-b...@lists.llvm.org Classification: Unclassified The entire llvm project builds and links okay with `-fvisibility=hidden` except lldb. If this flag is used with `lldb` then linking errors break the build: https://gist.github.com/springmeyer/b1613366c32660ce26a847270e3dd4df. Ideally the lldb code would be able to be built with `-fvisibility=hidden`. The advantage of this is that the lldb binaries would be smaller. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev