Re: [lng-odp] Clang + AArch64 + non-ABI workaround

2018-02-16 Thread Dmitry Eremin-Solenikov
Hi, On 16 February 2018 at 22:17, Maxim Uvarov wrote: > On 02/16/18 21:47, Dmitry Eremin-Solenikov wrote: >> On 16 February 2018 at 18:26, Maxim Uvarov wrote: >>> can you link to problem description? is it segfault here? >> >>

Re: [lng-odp] Clang + AArch64 + non-ABI workaround

2018-02-16 Thread Maxim Uvarov
On 02/16/18 21:47, Dmitry Eremin-Solenikov wrote: > On 16 February 2018 at 18:26, Maxim Uvarov wrote: >> can you link to problem description? is it segfault here? > > https://bugs.linaro.org/show_bug.cgi?id=3611 > but it has to fail. as I said /dev/shm under docker

Re: [lng-odp] Clang + AArch64 + non-ABI workaround

2018-02-16 Thread Dmitry Eremin-Solenikov
On 16 February 2018 at 18:26, Maxim Uvarov wrote: > can you link to problem description? is it segfault here? https://bugs.linaro.org/show_bug.cgi?id=3611 > > On 16 February 2018 at 17:54, Dmitry Eremin-Solenikov > wrote: >> >> Hello,

Re: [lng-odp] Clang + AArch64 + non-ABI workaround

2018-02-16 Thread Maxim Uvarov
can you link to problem description? is it segfault here? On 16 February 2018 at 17:54, Dmitry Eremin-Solenikov < dmitry.ereminsoleni...@linaro.org> wrote: > Hello, > > I've been debugging the Clang/AArch64/non-ABI case during this week. > > It indeed is a compiler issue. Here is a workaround,

[lng-odp] Clang + AArch64 + non-ABI workaround

2018-02-16 Thread Dmitry Eremin-Solenikov
Hello, I've been debugging the Clang/AArch64/non-ABI case during this week. It indeed is a compiler issue. Here is a workaround, which fixes the issue for at least clang 7 (did not try with earlier versions, probably it would also help). At this moment I do not think we should apply this fix,