LibreOffice fails to link when built with recent clang

2016-06-18 Thread Davide Italiano
Hi, I originally reported this on bugzilla but I was asked to use ML instead. https://bugs.documentfoundation.org/show_bug.cgi?id=100465 Hope this is the right place. Please CC: me on future mail as I'm not subscribed on the mailing list. Openoffice ToT: commit

Re: LibreOffice fails to link when built with recent clang

2016-06-20 Thread Davide Italiano
On Mon, Jun 20, 2016 at 1:21 AM, Stephan Bergmann wrote: > On 06/20/2016 10:19 AM, Stephan Bergmann wrote: >> >> You need the patches from "[GCC] >> PR23529 Sema part of attrbute abi_tag support" and >> "[GCC]

Build failure while experimenting with LTO

2016-06-26 Thread Davide Italiano
Hi, I'm experimenting a bit with LTO using clang and lld (the new LLVM linker). I'm able to build a decent fraction of libreoffice if I invoke autogen.sh like this: ./autogen.sh CC=~/work/llvm/build-release/bin/clang CXX=~/work/llvm/build-release/bin/clang++

Re: Build failure while experimenting with LTO

2016-06-26 Thread Davide Italiano
On Sun, Jun 26, 2016 at 6:48 PM, Davide Italiano <dccitali...@gmail.com> wrote: > Hi, > I'm experimenting a bit with LTO using clang and lld (the new LLVM linker). > I'm able to build a decent fraction of libreoffice if I invoke > autogen.sh like this: > > ./autogen.sh CC=~

Re: Build failure while experimenting with LTO

2016-06-27 Thread Davide Italiano
On Sun, Jun 26, 2016 at 6:50 PM, Davide Italiano <dccitali...@gmail.com> wrote: > On Sun, Jun 26, 2016 at 6:48 PM, Davide Italiano <dccitali...@gmail.com> > wrote: >> Hi, >> I'm experimenting a bit with LTO using clang and lld (the new LLVM linker). >>