Re: Re: [RFC PATCH 2/2] gitlab-ci: Add a job building TCI with Clang

2021-01-23 Thread Wataru Ashihara
ly expanded matrix of what are >>>>>> theoretically possible combinations. Thus I think we should be guided >>>>>> by what is expected real world usage by platforms we target. >>>>>> >>>>>> Essentially for any given distro we're testing

Re: [PATCH] tcg: Remove unused tcg_out_dupi_vec() stub

2021-01-10 Thread Wataru Ashihara
On 2021/01/11 6:32, Philippe Mathieu-Daudé wrote: > On 1/10/21 7:23 PM, Richard Henderson wrote: >> On 1/9/21 6:10 PM, Wataru Ashihara wrote: >>> This fixes the build with --enable-tcg-interpreter: >>> >>> clang -Ilibqemu-arm-softmmu.fa.p -I. -I.. -Itarg

Re: [PATCH] tcg: Remove unused tcg_out_dupi_vec() stub

2021-01-10 Thread Wataru Ashihara
Philippe, Richard, thank you for reviewing. On 2021/01/11 1:17, Philippe Mathieu-Daudé wrote: > Cc'ing Stefan. > > On 1/10/21 5:10 AM, Wataru Ashihara wrote: >> This fixes the build with --enable-tcg-interpreter: >> >> clang -Ilibqemu-arm-softmmu.fa.p -I. -

[PATCH] tcg: Remove unused tcg_out_dupi_vec() stub

2021-01-09 Thread Wataru Ashihara
libqemu-arm-softmmu.fa.p/tcg_tcg.c.o -c ../tcg/tcg.c ../tcg/tcg.c:136:20: error: unused function 'tcg_out_dupi_vec' [-Werror,-Wunused-function] Signed-off-by: Wataru Ashihara --- tcg/tcg.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/tcg/tcg.c b/tcg/tcg.c index 472bf1755b.