Re: AOO now builds with Clang on Linux

2017-02-07 Thread Don Lewis
On 7 Feb, Pedro Giffuni wrote: > Hi Damjan; > > Looking at the log I was wondering what exactly clang 1.8 was and > I took the liberty of fixing the mismatch ;). > > FWIW, AOO should now work fine with clang 3.9.1. Clang 4 reveals > allocation issues. Clang 4 on x86_64 uses a MOVAPS SSE

Re: AOO now builds with Clang on Linux

2017-02-07 Thread Pedro Giffuni
Hi Damjan; Looking at the log I was wondering what exactly clang 1.8 was and I took the liberty of fixing the mismatch ;). FWIW, AOO should now work fine with clang 3.9.1. Clang 4 reveals allocation issues. If someone is wondering why we/you should be using clang, note that the FreeBSD buildbot

AOO now builds with Clang on Linux

2017-02-07 Thread Damjan Jovanovic
Hi As of r1782030, AOO is successfully building with Clang 3.8 on Ubuntu 16.04 on x86 :-). Other architectures might work - I did add changes for all of them, but main/bridges uses dodgy low level C++ ABI hacks that (recent?) Clang doesn't like. If so, please report back with the Clang version