|
Bugzilla – Full Text Bug Listing |
| Summary: | LLVM shared libraries should be merged into a single one | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Marvin FourtyTwo <marvin24> |
| Component: | Basesystem | Assignee: | Michal Srb <msrb> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | toddrme2178 |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Marvin FourtyTwo
2017-02-23 10:14:34 UTC
Please also provide a static library! The single shared library option is broken: http://bugs.llvm.org/show_bug.cgi?id=22952 openSUSE uses cmake to compile llvm, so bug 22952 does not apply. (In reply to Marvin FourtyTwo from comment #3) > openSUSE uses cmake to compile llvm, so bug 22952 does not apply. Yes it does, specifically it breaks lldb-server. ah, you are right - I should have read the whole bug. I wonder how "others" fixed this... So what's the solution? Would it help to link the tools statically? (In reply to Marvin FourtyTwo from comment #5) > ah, you are right - I should have read the whole bug. I wonder how "others" > fixed this... So what's the solution? Would it help to link the tools > statically? Yes that would help but then llvm package size reaches gigabytes which is not really a good solution. I'll recheck what Debian is doing. Duplicate of #1049703. *** This bug has been marked as a duplicate of bug 1049703 *** |