[Bug 24044] New: Problem with liblldb linking on RHEL 6

Bug ID 24044
Summary Problem with liblldb linking on RHEL 6
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@cs.uiuc.edu
Reporter eugene.zelenko@gmail.com
Classification Unclassified

Created attachment 14557 [details]
My patch for this problem

I encountered problems some Clang symbols when linking liblldb on RHEL 6.
Solution was to enclose ${CLANG_USED_LIBS} in
-Wl,--start-group/-Wl,--end-group.

labath@google.com changed bug 24044

What | Removed | Added |

Comment # 1 on bug 24044 from labath@google.com

Fixed in r241576