Summary: | sys-devel/llvm: deal with lldb mess | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
Component: | Current packages | Assignee: | LLVM support project <llvm> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | alistair.bush, kripton, robink |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Side note: lldb is now gone from -9999. To be reintroduced when someone gets it to compile standalone. lldb is now split, and the Python part should be sane already. Cleaning up static libs is in TODO but not very important atm. |
lldb is terribly messy compared to the rest of LLVM install. We really need to clean it up. Basic goals: 1. * QA Notice: Symbolic link /usr/lib64/python2.7/site-packages/lldb/_lldb.so points to /usr/lib/liblldb.so which does not exist. >>> /usr/lib64/python2.7/site-packages/lldb/_lldb.so -> ../../../../lib/liblldb.so 2. Get rid of static lldb libs. Either make them shared or strip them.