Re: LLVM 7.1.0: how to proceed?

2019-02-26 Thread Dimitry Andric
On 6 Feb 2019, at 19:58, Brooks Davis wrote: > LLVM 7.1.0 will be release shortly and contains a single > fix which breaks the LLVM Libra ABI in order to fix an > incompatibility with GCC 8.2. A bug describing the issue is at > https://bugs.llvm.org/show_bug.cgi?id=39427. > > My current plan is:

LLVM 7.1.0: how to proceed?

2019-02-06 Thread Brooks Davis
LLVM 7.1.0 will be release shortly and contains a single fix which breaks the LLVM Libra ABI in order to fix an incompatibility with GCC 8.2. A bug describing the issue is at https://bugs.llvm.org/show_bug.cgi?id=39427. My current plan is: - Copy devel/llvm70 to devel/llvm71 and update. - Perfo