Bug ID | 1049703 |
---|---|
Summary | llvm built with unsupported BUILD_SHARED_LIBS |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Development |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | jslaby@suse.com |
QA Contact | qa-bugs@suse.de |
CC | idonmez@suse.com, mpluskal@suse.com |
Found By | --- |
Blocker | --- |
This causes issues with e.g. klee's cmake system: https://github.com/klee/klee/pull/686 LLVM docs says: BUILD_SHARED_LIBS is only recommended for use by LLVM developers. If you want to build LLVM as a shared library, you should use the LLVM_BUILD_LLVM_DYLIB option. See more at: https://github.com/klee/klee/pull/686#issuecomment-316741224