Bug ID 25921
Summary 3.7 LLDB is broken on i686, while 3.8 (trunk) is just fine
Product lldb
Version 3.7
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter costamagnagianfranco@yahoo.it
CC llvm-bugs@lists.llvm.org
Classification Unclassified
As said in the title llvm 3.7 doesn't build on ubuntu i386 (that defaults to
i686).
the problem is an LLDB test failure.
[https://launchpad.net/ubuntu/+source/llvm-toolchain-3.7/1:3.7.1-1ubuntu1/+build/8427360](https://launchpad.net/ubuntu/+source/llvm-toolchain-3.7/1:3.7.1-1ubuntu1/+build/8427360)
I came to two conclusions: disable the testsuite for lldb, or disable all lldb
(the latter seems to be the more convenient)
[https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.7/+bug/1527865](https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.7/+bug/1527865)
hovewer seems that 3.8 svn doesn't have this issue, so I guess it is just a
matter of cherry-picking some bits, assuming somebody knows where they are :)
thanks a lot!
Gianfranco