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: [email protected]
Reporter: [email protected]
CC: [email protected]
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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev