Fixed breaks&replace dependency and some unit test fixes

Sylvestre Ledru sylvestre at mozilla.com
Sat Nov 5 09:33:07 UTC 2016


Le 03/11/2016 à 23:23, Pauli a écrit :
> Hi,
>
> Attached patches fix some libc++ unit tests and dependency an issue.
Impressive work, bravo!
> I added versioned build dependency to clang. Versioned dependency is
> only required for i386 packages. i386 version of package should be
> build with two attached clang patches to generate code correctly for
> i686 instead of clang's default pentium4 for 32 bit x86.
I am concerned about this change, I think it is going to have side 
effects...
I guess libc++ will still ftbfs on i386 until I apply this patch, right?

>
> There is also a fix for lldb where it fails to work at all if default
> version lldb-server (/usr/bin/lldb-server) isn't installed. Proper fix
> that would use lldb from correct versioned llvm path
> (/usr/lib/llvm-$(VERSION)/bin/lldb-server) would require a lot more
> changes. This patch requires modification to debian/rules to pass
> correct version number from cmake to compiler. It is to include
> vertical bar prefix in the DEBIAN_VERSION_SUFFIX to let lldb find
> correct lldb-server
OK, make sense.

S




More information about the Pkg-llvm-team mailing list