https://bugzilla.novell.com/show_bug.cgi?id=800716 https://bugzilla.novell.com/show_bug.cgi?id=800716#c0 Summary: Build LLVM with 'cmake -DBUILD_SHARED_LIBS' instead of auto* Classification: openSUSE Product: openSUSE Factory Version: 12.3 Beta 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: johannesobermayr@gmx.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) rekonq/2.0.60 Safari/534.34 Building LLVM with 'cmake -DBUILD_SHARED_LIBS' has following advantages: - Libraries are shared instead of static - Linking against shared libs avoids redundancy auto* build has also a --enable-shared-libs switch but this creates only one shared lib: libllvm-$VERSION.so which has following disadvantages: - all components are compiled into this shared lib - Linking against it causes unneccessary memory consumption on runtime because not only needed components are dlopened like on cmake build. Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.